query python env

Michael Hoffman cam.ac.uk at mh391.invalid
Fri Jan 14 20:37:53 EST 2005


Steve Holden wrote:
> I suspect rather that the OP is looking for os.environ, as in:

He was using the examples of PYTHONHOME and PYTHONPATH which have 
specific meanings. Using sys.prefix is better than 
os.environ["PYTHONHOME"], which is unlikely to be set.
-- 
Michael Hoffman



More information about the Python-list mailing list