I'm on Windows 7. I have Python 2.7 installed for years. I installed recently Python 3.4. I'm trying to use the new py launcher. When I open the cmd terminal and type py -2
, I get this error message: Requested Python version (2) not installed
. How can make py aware of my python 2.7 installation?
Note: python 2.7 is installed in a non-standard directory (not in C:\Python27), in case this is the problem.