I currently have python 2.x and 3.x installed on my windows machine, id like to have both for comparison and also 2.x for pygame.
now i know if i want to run a python script in the command prompt i would use the following:
python filename.py
i know java also uses the "java" prefix before it if you want to run a java file.
Now in doing this, it automatically sets up python 3.x environment, which i dont mind, but i was wondering is it possible to set up 2.x enviroment by setting a variable called "Python2" and another for python 3.x such as "Python3" so that i could set up the environment without having to use the trick of adding the environment each time in the .py script?
this might be a silly question, but im not overly familar with command prompt's enviroment variables and its keywords, i did try googling it but alot of people just ended up suggesting either env path in the file or manually change the enviromental path each time.
Update My machine is running windows 8.1