[Python-Dev] Windows installers and %PATH%
Andrew Pennebaker
andrew.pennebaker at gmail.com
Fri Aug 26 06:04:10 CEST 2011
Please have the Windows installers add the Python installation directory to
the PATH environment variable.
Many newbies dive in without knowing that they must manually add C:\PythonXY
to PATH. It's yak shaving, something perfectly automatable that should have
been done by the installers way back in Python 1.0.
Please also add PYTHONROOT\Scripts. It's where cool things like
easy_install.exe are stored. More yak shaving.
The only potential downside to this is upsetting users who manage multiple
python installations. It's not a problem: they already manually adjust PATH
to their liking.
Cheers,
Andrew Pennebaker
www.yellosoft.us
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-dev/attachments/20110826/e4190b52/attachment.html>
More information about the Python-Dev
mailing list