Skip to content Skip to sidebar Skip to footer

Python 2.7.5 - Where Is It Installed On Windows Vista?

I downloaded Python 2.7.5 and tried everything on Google to find Python in command prompt. I failed. Any help with this? I have a Windows Vista 32 bit OS.

Solution 1:

You have to add it as an environment variable.

Everything is in the Python Tutorial of how to install in Windows

http://docs.python.org/2/using/windows.html

Solution 2:

The default install location for Python-2.7 on Windows is: C:\Python27

Therefore you can:

c:
cd \Python27
python

Post a Comment for "Python 2.7.5 - Where Is It Installed On Windows Vista?"