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 YusufM, ned.deily, paul.moore, ronaldoussoren, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2020-05-04.13:13:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588598025.6.0.493308100986.issue40256@roundup.psfhosted.org>
In-reply-to
Content
I assume the Bootcamp side of this is irrelevant and it's just an issue with Windows.

Yusuf, can you open Powershell and run "py" on its own?

If you've been going there and running "python" and you didn't select to update PATH, you're probably triggering the redirect to install via the Microsoft Store. When you pass that arguments, it fails (correctly) but doesn't print a message (incorrectly - I'm trying to get it fixed). But when you run it interactively it'll jump you to the store page for Python.

You probably just want to use the "py" launcher, since you've installed that way. Or if you install from the Store instead then it'll configure python/python3/python3.8 commands for you.
History
Date User Action Args
2020-05-04 13:13:45steve.dowersetrecipients: + steve.dower, terry.reedy, paul.moore, ronaldoussoren, tim.golden, ned.deily, zach.ware, YusufM
2020-05-04 13:13:45steve.dowersetmessageid: <1588598025.6.0.493308100986.issue40256@roundup.psfhosted.org>
2020-05-04 13:13:45steve.dowerlinkissue40256 messages
2020-05-04 13:13:45steve.dowercreate