I currently have python 3.3 installed on my windows 7 computer. i have the .exe set as an alias such that i can compile and run programs through cmd.
i'd like to install python 2.7 so that I can later turn my program into a .exe . How can I install python 2.7 on my computer, and then run it so that it compiles with 2.7 and not 3.3?