flupke wrote:
I have version 2.3.4 and 2.4 installed on windows and i thought that by switching the PYTHONPATH parameter to the dir of the 2.4 version that that would make python 2.4 active.

However when i envoke python from the commandline, it still runs 2.3.4
Is it possible to have 2 versions installed and switching versions when
you need to?

How can i do that?

You need to put the path to the desired version in the PATH environment variable. You shoudn't need to change PYTHONPATH at all.


--
--------------------------------------------------------------------
Aaron Bingham
Application Developer
Cenix BioScience GmbH
--------------------------------------------------------------------

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to