How to Install Python on Windows
- Download and run the Python Windows Installer from http://www.python.org/download/
- Add the Python home directory to your PATH environment variable.
Right click 'My Computer'
Select 'Properties'
Choose the 'Advanced' tab
The bottom panel is named 'System Variables'
In the list below 'System Variables', select 'Path'
Press 'Edit'
The 'Edit System Vaiable' dialog will appear.
Copy this text:
C:\Python25;
And paste it at the beginning of the 'variable value'. Make sure it appears there in addition to whatever was there before.
The final value of 'variable value' should be at least:
c:\ruby\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\system32\WindowsPowerShell\v1.0;
And may be much longer.
Press 'Ok' buttons until you are back at your Desktop.
This was written by
Edward Delaporte. Posted on
Saturday, February 16, 2008, at February 16. Filed under Uncategorized. Bookmark the
permalink. Follow comments here with the
RSS feed. Both comments and trackbacks are currently closed.