This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author jasonspiro
Recipients christian.heimes, jasonspiro, loewis
Date 2008-08-15.17:16:19
SpamBayes Score 0.0025716594
Marked as misclassified No
Message-id <1218820643.64.0.47446345444.issue3561@psf.upfronthosting.co.za>
In-reply-to
Content
The Python Windows installer[1] should automatically add the Python and 
Scripts directories to the PATH environment variable.  (If you like, 
you can also provide a checkbox in the installer GUI that users can 
uncheck if they don't want this behavior.)

This issue was discussed at http://nabble.com/Why-does-Python-never-add-
itself-to-the-Windows-path--td8044465.html and the majority consensus 
was that this is a good idea, but nobody has volunteered to implement 
it.

^ [1].  The installer is generated by the code at 
http://svn.python.org/view/python/trunk/Tools/msi/
History
Date User Action Args
2008-08-15 17:17:23jasonspirosetrecipients: + jasonspiro, loewis, christian.heimes
2008-08-15 17:17:23jasonspirosetmessageid: <1218820643.64.0.47446345444.issue3561@psf.upfronthosting.co.za>
2008-08-15 17:16:22jasonspirolinkissue3561 messages
2008-08-15 17:16:21jasonspirocreate