This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Ric Anderson
Recipients Ric Anderson, ronaldoussoren
Date 2017-11-30.16:20:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512058846.06.0.213398074469.issue32151@psf.upfronthosting.co.za>
In-reply-to
Content
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?
History
Date User Action Args
2017-11-30 16:20:46Ric Andersonsetrecipients: + Ric Anderson, ronaldoussoren
2017-11-30 16:20:46Ric Andersonsetmessageid: <1512058846.06.0.213398074469.issue32151@psf.upfronthosting.co.za>
2017-11-30 16:20:46Ric Andersonlinkissue32151 messages
2017-11-30 16:20:45Ric Andersoncreate