[issue3561] Windows installer should add Python and Scripts directories to the PATH environment variable

Nick Coghlan report at bugs.python.org
Thu May 24 23:37:10 CEST 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

For 3, installing the PEP 397 launcher will be the long term "on-by-default" solution.

For 2, adding the Scripts subdirectory seems reasonable.

FWIW, Window used to have *very* severe restrictions on the maximum length of PATH, as well as gratuitously long names for standard executable file locations. This made conscientious developers understandably reluctant to mess with PATH, because adding to the start could break other elements of the user's system, while adding to the end wasn't reliable.

This is much less of an issue these days, as Windows is a lot more tolerant of ridiculously long PATH definitions.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3561>
_______________________________________


More information about the Python-bugs-list mailing list