Message173840
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. |
|
Date |
User |
Action |
Args |
2012-10-26 12:41:22 | Emil.Styrke | set | recipients:
+ Emil.Styrke |
2012-10-26 12:41:22 | Emil.Styrke | set | messageid: <1351255282.63.0.930970476961.issue16328@psf.upfronthosting.co.za> |
2012-10-26 12:41:22 | Emil.Styrke | link | issue16328 messages |
2012-10-26 12:41:21 | Emil.Styrke | create | |
|