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 ncoghlan
Recipients brian.curtin, christian.heimes, giampaolo.rodola, jasonspiro, loewis, ncoghlan, srid
Date 2011-04-24.10:07:24
SpamBayes Score 1.2278408e-08
Marked as misclassified No
Message-id <1303639645.51.0.242021909414.issue3561@psf.upfronthosting.co.za>
In-reply-to
Content
Now, another factor to consider is that Windows 7 makes manipulating the system PATH even more difficult to do correctly (e.g. see http://www.symantec.com/connect/forums/wise-7-win-7-problems-updating-environment-variable-current-user).

I believe ActiveState handle this by making the PATH modification optional and having it off by default (I found docs for ActivePerl stating this explicitly, but no equivalent for ActivePython).

Regardless, for a product intended for heavy command line use, we should definitely do better in either providing a way for users to request that the installer modify PATH directly, or else a way to easily launch a command shell with PATH updated appropriately.
History
Date User Action Args
2011-04-24 10:07:25ncoghlansetrecipients: + ncoghlan, loewis, giampaolo.rodola, christian.heimes, jasonspiro, brian.curtin, srid
2011-04-24 10:07:25ncoghlansetmessageid: <1303639645.51.0.242021909414.issue3561@psf.upfronthosting.co.za>
2011-04-24 10:07:24ncoghlanlinkissue3561 messages
2011-04-24 10:07:24ncoghlancreate