[Distutils] pip install -e foo (without Repo URL)

Ionel Cristian Mărieș contact at ionelmc.ro
Sat Apr 16 08:23:11 EDT 2016


On Fri, Apr 15, 2016 at 1:05 PM, Thomas Güttler <
guettliml at thomas-guettler.de> wrote:

> This:
>
>  pip install -e
> ​​
> third-party-foo-lib
>
> should be the same as:
>
>  pip install -e git+https://..../@mydevbranch#egg=third-party-foo-lib
>

In the first form, how would you tell pip which branch you want?​ (assuming
you don't want whatever is default)

If you have a local directory `​third-party-foo-lib` would that take
precedence over a scm checkout?

​There would need to be a way to add this extra metadata (scm url and
default branch)​ in distributions ... uh, that means changing
setuptools/distutils? That means adoption issues, people won't always have
latest and greatest.


Thanks,
-- Ionel Cristian Mărieș, http://blog.ionelmc.ro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/distutils-sig/attachments/20160416/536588e9/attachment.html>


More information about the Distutils-SIG mailing list