Technical questionAccepted answer
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings
Joseph Haywood
Dec 17
0 views1
I was trying to download a GUI, but the terminal kept giving me this error:
Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.
I'm trying to install it using this command:
python -m pip install --upgrade pip setuptools virtualenv
1 answer
Accepted answer · original discussion
DeeDeeAich
PermalinkDec 17
You need to download Python from https://python.org. When in the installation, be sure to check the option that adds Python to PATH.
3 question comments
Use comments to ask for clarification. Post a solution as an answer.
Karl KnechtelPermalink
Jun 29