I'm just starting coding and I was trying to download a GUI but the terminal keeps 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


pipis for installing python packages. You need to install Python itself. Go to www.python.org and find a download link. - zvone