Issue 3733: Adding bin and Scripts folder into PATH (original) (raw)

Issue3733

Created on 2008-08-29 22:16 by tarek, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg72167 - (view) Author: Tarek Ziadé (tarek) * (Python committer) Date: 2008-08-29 22:16
The windows installer could add two entries in the PATH environment variable. This would make "Python.exe" and other binaries available from the command prompt without having to change PATH manually.
msg72331 - (view) Author: Amaury Forgeot d'Arc (amaury.forgeotdarc) * (Python committer) Date: 2008-09-02 11:35
See the long discussion in .
History
Date User Action Args
2022-04-11 14:56:38 admin set github: 47983
2008-09-02 11:35:55 amaury.forgeotdarc set status: open -> closednosy: + amaury.forgeotdarcsuperseder: Windows installer should add Python and Scripts directories to the PATH environment variableresolution: duplicatemessages: +
2008-08-29 22:16:53 tarek create