Author loewis
Recipients loewis, r.david.murray, soundmurderer
Date 2009-05-23.11:21:40
SpamBayes Score 0.000121054
Marked as misclassified No
Message-id <1243077702.15.0.766937226827.issue6060@psf.upfronthosting.co.za>
In-reply-to
Content
> PYTHONHOME should point to the Python installation root, period.

And indeed, it does. After your proposed, changed, it wouldn't anymore.
The Python installation root is *not* the directory where the Python
library lives, but the parent directory in which both to find the python
executable (bin/python), and the library (lib/pythonX.Y).

As R. David Murray explains, there is no chance that this definition
could possibly change - it would break existing systems.

I'm not quite sure what you want to achieve: if you want an additional
directory to show up in sys.path, just edit Modules/Setup.
History
Date User Action Args
2009-05-23 11:21:42loewissetrecipients: + loewis, r.david.murray, soundmurderer
2009-05-23 11:21:42loewissetmessageid: <1243077702.15.0.766937226827.issue6060@psf.upfronthosting.co.za>
2009-05-23 11:21:41loewislinkissue6060 messages
2009-05-23 11:21:40loewiscreate