.exe file in your Downloads folder and double-click to run it.C:\Users\[Username]\AppData\Local\Programs\Python\)python --version
py --version
.pkg file to start the installation/usr/local/bin (Intel) or /opt/homebrew/bin (Apple Silicon)/Applications/Python X.Y/python3 command, not just pythonpython3 and python3.x (where x is the minor version)Run these commands:
python3 --version
python3 -m pip --version
sudo apt update
sudo apt install python3
python3 --version
Command Prompt or PowerShell.Terminal.python --version
python3 instead:
python3 --version
Verify pip installation by running:
pip --version