This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cotree
Recipients cotree, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-08-03.19:58:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596484705.61.0.378501501688.issue41466@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-08-03 19:58:25cotreesetrecipients: + cotree, paul.moore, tim.golden, zach.ware, steve.dower
2020-08-03 19:58:25cotreesetmessageid: <1596484705.61.0.378501501688.issue41466@roundup.psfhosted.org>
2020-08-03 19:58:25cotreelinkissue41466 messages
2020-08-03 19:58:25cotreecreate