Message242127
None of the other options really have much use in this case, since they're mostly about how to combine multiple environments rather than excluding implicit ones.
Setting PYTHONHOME to the current directory certainly seems to be enough AFAICT, at least for Windows, as that bypasses the most problematic registry lookup. Having an "applocal" option means we can go further and ignore all registry keys and environment variables.
I haven't looked into how to duplicate the behaviour on other OSs, but Modules/getpath.c looks similar enough to PC/getpathp.c that I guess it'll be similar. Adding the MacOS folks in case they have suggestions/concerns. |
|
Date |
User |
Action |
Args |
2015-04-27 16:57:32 | steve.dower | set | recipients:
+ steve.dower, richard, paul.moore, ronaldoussoren, ncoghlan, tim.golden, ned.deily, eric.araujo, takluyver, zach.ware |
2015-04-27 16:57:32 | steve.dower | set | messageid: <1430153852.83.0.00577235373164.issue23955@psf.upfronthosting.co.za> |
2015-04-27 16:57:32 | steve.dower | link | issue23955 messages |
2015-04-27 16:57:32 | steve.dower | create | |
|