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 pyscripter
Recipients eric.snow, grahamd, methane, ncoghlan, pitrou, pyscripter, steve.dower, vstinner
Date 2019-10-17.23:01:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1571353268.94.0.180616370381.issue22213@roundup.psfhosted.org>
In-reply-to
Content
To Steve:

I want the embedded venv to have the same sys.path as if you were running the venv python interpreter.  So my method takes into account for instance the include-system-site-packages option in pyvenv.cfg.  Also my method sets sys.prefix in the same way as the venv python interpreter.
History
Date User Action Args
2019-10-17 23:01:09pyscriptersetrecipients: + pyscripter, ncoghlan, pitrou, vstinner, grahamd, methane, eric.snow, steve.dower
2019-10-17 23:01:08pyscriptersetmessageid: <1571353268.94.0.180616370381.issue22213@roundup.psfhosted.org>
2019-10-17 23:01:08pyscripterlinkissue22213 messages
2019-10-17 23:01:08pyscriptercreate