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 steve.dower
Recipients eric.araujo, ncoghlan, richard, steve.dower, tim.golden, zach.ware
Date 2015-04-18.16:19:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429373984.02.0.364805283976.issue23955@psf.upfronthosting.co.za>
In-reply-to
Content
I could reuse the venv config file but it would need a new property to forcibly use the 'home' value regardless of whether '$home\Lib\os.py' exists (in case the stdlib is zipped) and to make it relative to the file's path rather than the user's current directory.

How about adding an 'applocal=True' property to pyvenv.cfg that basically implies -I, PYTHONHOME=os.dirname(pyvenv_cfg), and skips the registry lookup on Windows completely (which there's currently no way to achieve)?
History
Date User Action Args
2015-04-18 16:19:44steve.dowersetrecipients: + steve.dower, richard, ncoghlan, tim.golden, eric.araujo, zach.ware
2015-04-18 16:19:44steve.dowersetmessageid: <1429373984.02.0.364805283976.issue23955@psf.upfronthosting.co.za>
2015-04-18 16:19:44steve.dowerlinkissue23955 messages
2015-04-18 16:19:43steve.dowercreate