On 28 January 2016 at 07:46, Nathaniel Smith <[email protected]> wrote:
>
> On further thought, I realized that it actually has to be in the
> standard library directory / namespace, and can't live in
> site-packages: for the correct semantics it needs to be inherited by
> virtualenvs; if it isn't then we'll see confusing rare problems. And
> virtualenvs inherit the stdlib, but not the site-packages (in
> general).

Surely virtualenv can be made to import this information from the
parent environment. It's already virtualenv's job to set up pip etc.
so that you're ready to install things from PyPI.

--
Oscar
_______________________________________________
Distutils-SIG maillist  -  [email protected]
https://mail.python.org/mailman/listinfo/distutils-sig

Reply via email to