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

Antoine Pitrou report at bugs.python.org
Wed Apr 25 17:20:50 CEST 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

> Unfortunately, from what I can tell, this is OFF by default. I think
> that is a mistake. The default for something like this is really
> important because without new users being explicitly told to set it,
> new users will not. Most new Python users are just going to take the
> default values and still be confused by not being able to open the
> console and run python as in the instructions for various new user
> tutorials (i.e. web frameworks, scientific computing, etc).

To put things in perspective, the default under POSIX ("make install")
is to make the installed version the default (by copying it
into /usr/bin/python3). To change that behaviour, you have to use "make
altinstall" explicitly.

----------

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


More information about the Python-bugs-list mailing list