I am having the same problem as described here: Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings
The steps I took were:
- Check your Python version and be sure it is installed on your machine
I have python.exe located at C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\python.exe
- Check the path environment variable
I added C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python39_64\ to the Path variable in the User variables section, then restarted my computer.
- Go to -> "start" and type "Manage App Execution Aliases". Go to it and turn off "Python"
I went to the Manage App Execution Aliases window and Python was not listed anywhere.
Where did I go wrong?