
report at bugs
Nov 17, 2009, 6:07 PM
Post #1 of 2
(162 views)
Permalink
|
|
[issue7231] Windows installer does not add \Scripts folder to the path
|
|
Isaul Vargas <isaulv [at] gmail> added the comment: For now you can modify the path yourself, and only once, by following these instructions: 1) Open the System Properties either via the Control Panel or pressing WinKey-Pause 2) Click on the tab that says Advanced 3) Click on Environment Variables 4) Under System Variables, scroll down and find Path 5) Click on Edit 6) Add ;X:/PythonXX/Scripts where X is the appropriate drive letter and python version. 7) Click OK, and OK again. You might have to reboot, but now that it is added, you don't have to manually update it. ---------- nosy: +Dude-X _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7231> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|