brew install python3.8
which python3 # /opt/homebrew/bin/python3 which python3.8 # /opt/homebrew/bin/python3.8
ln -s -f /opt/homebrew/bin/python3.8 /opt/homebrew/bin/python
python3 --version # Python 3.8.20