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
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to