I have two versions of Python on Windows and want to use them through cmd
. I tried to make shortcuts of their python.exe
and renaming them to python26
and python33
(I also added their locations to PATH
), but unfortunately this does not work. Calling python26
or python26.lnk
outputs in not recognized as an internal command
.
Is there any other way to do it (like Linux virtualenv), or I missed something in my idea ?