xxxxxxxxxx
// install latest python >> https://www.youtube.com/watch?v=0V8qCTNOpVA
// run this command in terminal (worked on Monterey v12.4)
echo "alias python=/usr/local/bin/python3" >> ~/.zshrc
// close current terminal, then open terminal again for checking
python --version
// then "python" command is working on your mac now