File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,15 +39,18 @@ Variables+ button on the bottom right.
3939. Restart your system. Vista didn't pick up the system path environment variable change until I
4040restarted.
4141
42- For Windows 7:
42+ For Windows 7 and 8 :
4343
4444. Right click on Computer from your desktop and select +Properties+ or click +Start+ and choose
4545+Control Panel+ -> +System and Security+ -> +System+. Click on +Advanced system settings+ on the
4646left and then click on the +Advanced+ tab. At the bottom click on +Environment Variables+ and under
4747+System variables+, look for the +PATH+ variable, select and then press +Edit+.
48- . Go to the end of the line under Variable value and append `;C:\Python33`.
49- . If the value was `%SystemRoot%\system32;` It will now become `%SystemRoot%\system32;C:\Python33`
50- . Click +OK+ and you are done. No restart is required.
48+ . Go to the end of the line under Variable value and append `;C:\Python27` (please verify that this
49+ folder exists, it will be different for newer versions of Python) to the end of what is already
50+ there. Of course, use the appropriate folder name.
51+ . If the value was `%SystemRoot%\system32;` It will now become `%SystemRoot%\system32;C:\Python27`
52+ . Click +OK+ and you are done. No restart is required, however you may have to close and reopen the
53+ command line.
5154
5255==== Running Python prompt on Windows
5356
You can’t perform that action at this time.
0 commit comments