Prioritize Homebrew's python3 over default MacOS python2:
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Install python3 with Homebrew:
brew install python
As seen on:
https://docs.python-guide.org/starting/install3/osx/
Prioritize Homebrew's python3 over default MacOS python2:
export PATH="/usr/local/opt/python/libexec/bin:$PATH"
Install python3 with Homebrew:
brew install python
As seen on:
https://docs.python-guide.org/starting/install3/osx/
pyenv https://github.com/pyenv/pyenv