MAC mise à niveau Python à 3.8

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