On Fri, Apr 15, 2016 at 1:05 PM, Thomas Güttler <
guettl...@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
_______________________________________________
Distutils-SIG maillist  -  Distutils-SIG@python.org
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to