Re: 2 versions of python on 1 machine

From: Peter Hansen (peter_at_engcorp.com)
Date: 01/08/05


Date: Sat, 08 Jan 2005 12:41:02 -0500

flupke wrote:
> I used the 2 batch files technique and removed c:\python23 from my
> path var and all is fine now.
> Where did you find more info on PYTHONHOME and PYTHONPATH because
> the docs don't seem to contain a whole lot of info.

Typing "python -h" gives a good start. I'm sorry, I don't recall
where else there is useful info on those, though I'm pretty sure
Google could help. (I'm not sure there's much to add to what the
"-h" option tells you, however.)

-Peter