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 bn_append, paul.moore, steve.dower, tim.golden, zach.ware
Date 2021-08-17.14:56:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1629212165.58.0.275861950507.issue44934@roundup.psfhosted.org>
In-reply-to
Content
Prepending is used because it makes the most recently installed version of Python the "active" one. It also ensures that a deliberate install is going to override any applications that may have put their own copy on PATH (deliberately or otherwise). There's no real mechanism for managing multiple Python entries on PATH, so it just works out better to prepend and let the latest install win.

However, we also disable this option by default because it can lead to confusion like what you've experienced. The best option here is to leave it disabled and update PATH yourself (or use "py.exe" which is always on PATH), since you've got the best awareness of your environment.
History
Date User Action Args
2021-08-17 14:56:05steve.dowersetrecipients: + steve.dower, paul.moore, tim.golden, zach.ware, bn_append
2021-08-17 14:56:05steve.dowersetmessageid: <1629212165.58.0.275861950507.issue44934@roundup.psfhosted.org>
2021-08-17 14:56:05steve.dowerlinkissue44934 messages
2021-08-17 14:56:05steve.dowercreate