Mac Upgrade Python ke 3.8

brew install python3
brew update && brew upgrade python
alias python=/usr/local/bin/python3
Evil Echidna