[issue32151] -mvenv vs minor python version updates

Ric Anderson report at bugs.python.org
Thu Nov 30 11:20:46 EST 2017


Ric Anderson <azric47 at gmail.com> added the comment:

Okay, are virtual env's expected to not be compatible as well?  

E.g., I built a venv under 3.5; venv copied in the 3.5 python executable, but not the needed library; should not -mvenv also copy libpython3.5 into the virutal setup or at least include the LD_LIBRARY_PATH to libpython3.5 in bin/activate, so that myenv/bin/python3.5 can find its needed library?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32151>
_______________________________________


More information about the Python-bugs-list mailing list