python install 3.8 on mac code example
Example 1: mac upgrade python to 3.8
brew install python3
brew update && brew upgrade python
alias python=/usr/local/bin/python3
Example 2: install python 3 on mac
$ brew install python3
Example 3: mac install python 3.8
brew install [email protected]