Check default Python versions in Mac OS
python3 --version
Check where Python is coming from
which python3
List all Python versions on your system
ls -l /usr/bin/python*
If you use Homebrew (very common)
brew list | grep python
brew info python
January 19, 2026
python3 --version
which python3
ls -l /usr/bin/python*
brew list | grep python
brew info python