Download Python
Run the Installer
![Add to PATH checkbox is at the bottom of the installer]
Verify Installation
python --version
pip --version
winget install Python.Python.3.12
python command not found after installation:Add Python to PATH manually:
C:\Users\<YourUsername>\AppData\Local\Programs\Python\Python3x\
C:\Users\<YourUsername>\AppData\Local\Programs\Python\Python3x\Scripts\
Restart your terminal/command prompt
python opens Microsoft Store:# Use py launcher instead
py --version
# Or disable the app alias
# Settings → Apps → App execution aliases → Turn off "python.exe"
py launcher for managing multiple Python versions on WindowsSign in to post your answer