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 Emil.Styrke
Recipients Emil.Styrke
Date 2012-10-26.12:41:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351255282.63.0.930970476961.issue16328@psf.upfronthosting.co.za>
In-reply-to
Content
OS: Windows 7 Ultimate x64
Python version: 2.7.3 x64

win_add2path.py in the scripts directory is supposed to add the Scripts directory according to its source.  However, it tries to add $PYTHONPATH/Scripts, when in fact the Scripts directory is at $PYTHONPATH/Tools/Scripts in 2.7.

However, it seems like e.g. Setuptools still installs itself in $PYTHONPATH/Scripts, so maybe the right solution is to add both directories.

Furthermore, the script sets the default user path to %PATH%, which is not correct at least on windows 7.  I have to manually delete this part of the user path to get the user path merged correctly with the system path in cmd.exe.
History
Date User Action Args
2012-10-26 12:41:22Emil.Styrkesetrecipients: + Emil.Styrke
2012-10-26 12:41:22Emil.Styrkesetmessageid: <1351255282.63.0.930970476961.issue16328@psf.upfronthosting.co.za>
2012-10-26 12:41:22Emil.Styrkelinkissue16328 messages
2012-10-26 12:41:21Emil.Styrkecreate