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 eryksun
Recipients cotree, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2020-08-04.00:06:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596499613.8.0.319238937309.issue41466@roundup.psfhosted.org>
In-reply-to
Content
Managing multiple Python installations in PATH is problematic, so by default the installer doesn't modify PATH. Instead, the "py.exe" launcher [1] is made available, which can run any registered installation of Python. 

Using a launcher fits the Windows environment better, which installs applications into separate subdirectories of "shell:ProgramFiles" or "shell:UserProgramFiles". This is similar to monolithic package installation in Unix into "/opt" or "~/.local/opt" (or "~/opt"). 

A recent update to the installer extends the message after a successful installation to suggest "[a]t your terminal, type 'py' to launch Python". It also includes a link to the "Using Python on Windows" documentation. Hopefully this will encourage more users to learn about and use the py launcher.

[1] https://docs.python.org/3/using/windows.html#launcher
History
Date User Action Args
2020-08-04 00:06:53eryksunsetrecipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, cotree
2020-08-04 00:06:53eryksunsetmessageid: <1596499613.8.0.319238937309.issue41466@roundup.psfhosted.org>
2020-08-04 00:06:53eryksunlinkissue41466 messages
2020-08-04 00:06:53eryksuncreate