Message241422
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)? |
|
Date |
User |
Action |
Args |
2015-04-18 16:19:44 | steve.dower | set | recipients:
+ steve.dower, richard, ncoghlan, tim.golden, eric.araujo, zach.ware |
2015-04-18 16:19:44 | steve.dower | set | messageid: <1429373984.02.0.364805283976.issue23955@psf.upfronthosting.co.za> |
2015-04-18 16:19:44 | steve.dower | link | issue23955 messages |
2015-04-18 16:19:43 | steve.dower | create | |
|