[issue41466] Windows installer: "Add to PATH" should be checked by default

cotree report at bugs.python.org
Mon Aug 3 15:58:25 EDT 2020


New submission from cotree <cwickens at gmail.com>:

In the Windows installer, "Add Python 3.x to PATH" is unchecked by default:

https://docs.python.org/3/_images/win_installer.png

If it's unchecked, then "python", "pip", and any other commands from installed packages (like django-admin, etc) will not work, which is quite important functionality. Searching on Google shows that "'python' is not recognized..." is a commonly asked about error. Many users leave that box unchecked because they don't know what PATH is and they tend to stick with the defaults recommended by the installer.

On the other hand, I think not wanting Python on your PATH is more of an advanced use case. The people who opt for this are more likely to know what PATH is in the first place, so it's reasonable to ask them to decide to uncheck it.

----------
components: Windows
messages: 374752
nosy: cotree, paul.moore, steve.dower, tim.golden, zach.ware
priority: normal
severity: normal
status: open
title: Windows installer: "Add to PATH" should be checked by default
type: enhancement

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41466>
_______________________________________


More information about the Python-bugs-list mailing list