Ed The Dev .com

Edward Delaporte's Technical Journal

How to Install Python on Windows

no comment
  1. Download and run the Python Windows Installer from http://www.python.org/download/
  2. 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.
    

Leave a Reply

You must be logged in to post a comment.