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.
zvonePermalink
Dec 17
pip is for installing python packages. You need to install Python itself. Go to www.python.org and find a download link.Peter MortensenPermalink
Sep 10
What do you mean by "download a GUI"? Can you elaborate?
Karl KnechtelPermalink
Jun 29