brew install python3 replace python macos code example
Example 1: mac catallina python3
$ brew install pyenv
Example 2: use python as python3 zsh
# Go into your .zshrc file. Is there a line that reads:
alias python='python3'
$ brew install pyenv
# Go into your .zshrc file. Is there a line that reads:
alias python='python3'