query python env

Scott David Daniels Scott.Daniels at Acm.Org
Fri Jan 14 17:18:54 EST 2005


David Bear wrote:
> How does one query the python environment, ie pythonhome, pythonpath,
> etc.
> 
> also, are there any HOWTO's on keeping multiple versions of python
> happy? 

In general, (and in this case) the answer is system-specific.
You need to explain (A) what operating system, and (B) what you
mean by multiple Python versions.

For example, for Windows 2K/XP, As long as you try for only
distinct major versions (2.2.x, 2.3.x, 2.4.x).  There should
not be a problem.  The primary issues are where (and how) does
your system get to the python files.


--Scott David Daniels
Scott.Daniels at Acm.Org



More information about the Python-list mailing list