Antony Lee <anntzer....@gmail.com> added the comment:

> venv, on the other hand, doesn't, but keeps a reference to its original 
> Python environment. That is, I think, the reason for the difference in 
> behaviour.

But for example, using the system Python to create a venv (no nesting), 
packages installed system-wide (e.g. using a linux package manager) are not 
visible in the venv.  Or, as you note, nesting a venv into another works fine.  
I don't understand why things would be different when nesting?

In any case thanks for the workaround.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue30811>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to