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 BreamoreBoy, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2015-09-14.02:27:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1442197667.54.0.678803438452.issue25089@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, it's basically impossible to manage PATH automatically. You've probably installed 3.5 just for yourself while 3.4 is installed for all users. In this case, 3.5 will always lose because Windows puts user paths after system paths.

You could modify 3.4 to remove it from PATH or use py.exe, which resolves versions correctly. Or you can modify your PATH manually.
History
Date User Action Args
2015-09-14 02:27:47steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, tim.golden, BreamoreBoy, zach.ware
2015-09-14 02:27:47steve.dowersetmessageid: <1442197667.54.0.678803438452.issue25089@psf.upfronthosting.co.za>
2015-09-14 02:27:47steve.dowerlinkissue25089 messages
2015-09-14 02:27:46steve.dowercreate