how to use python 3.8 on mac code example
Example 1: which python mac
$ brew update && brew upgrade python
Example 2: use python as python3 zsh
# Go into your .zshrc file. Is there a line that reads:
alias python='python3'
$ brew update && brew upgrade python
# Go into your .zshrc file. Is there a line that reads:
alias python='python3'