query python env

Michael Hoffman cam.ac.uk at mh391.invalid
Fri Jan 14 06:03:41 EST 2005


David Bear wrote:
> How does one query the python environment, ie pythonhome

sys.prefix

 > pythonpath

sys.path

> etc.

sys.etc

> also, are there any HOWTO's on keeping multiple versions of python
> happy? 

I think it is sufficiently trivial that none is needed. Just make sure 
the distributions are installed in different directories.

What problems are you having?
-- 
Michael Hoffman



More information about the Python-list mailing list