[Tutor] How Can Install Python 2.0 and 2.1 on the same machin e?

alan.gauld@bt.com alan.gauld@bt.com
Wed, 23 May 2001 15:28:39 +0100


> Do you know how to go into Windows Explorer and change the file
> association for the .py, .pyc, and .pyw files? If so, you can tell
> Windows to use 2.0 instead of 2.1 by default, but only one of 
> them at a
> time can own the association.

You can also creayte a new right click menu item to run 
in either version of Python - say run2.0 and run2.1.

That way you can click on any Python file and choose which 
version of the interpreter to run it with...

Alan g