Add Python To Path -

source ~/.bashrc Run this in your terminal:

python --version 💡 Re-run the installer and check “Add Python to PATH” – it’s the easiest fix. macOS (Intel & Apple Silicon) If you installed Python via Homebrew : add python to path

Did I miss your specific OS or setup? Let me know in the comments. source ~/

You’ve just installed Python. You open your terminal, type python --version , and get: 'python' is not recognized as an internal or external command Frustrating, right? This almost always means one thing: Python is not in your system’s PATH . You’ve just installed Python

where python

py --version If that works, you can use py instead. But learning to manage PATH is still worth it. Adding Python to PATH is a one‑time, 30‑second task that saves you hours of confusion. Once it’s done, you can run Python, pip , and your scripts from any terminal – exactly as intended.