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 steve.dower
Recipients cotree, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-08-04.15:32:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596555151.35.0.246451814534.issue41466@roundup.psfhosted.org>
In-reply-to
Content
As Eryk says, the defaults include the "py" launcher, which is now recommended at the end of installation. Python is also available from the Start menu/screen, and PEP 514 allows other tools to reliably detect and offer Python installs.

Modifying PATH at all is an advanced scenario, as it may cause other (unrelated) applications to stop working. Modifying PATH twice makes launching Python unreliable, and attempting to reverse the modification may leave the system in an unreliable state. We won't be changing the default.

People who install from the Microsoft Store will get all the shortcuts they expect (assuming they are already Linux experts, otherwise they have no expectations anyway), because we are able to update what appears on PATH more safely.
History
Date User Action Args
2020-08-04 15:32:31steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, eryksun, cotree
2020-08-04 15:32:31steve.dowersetmessageid: <1596555151.35.0.246451814534.issue41466@roundup.psfhosted.org>
2020-08-04 15:32:31steve.dowerlinkissue41466 messages
2020-08-04 15:32:31steve.dowercreate