switch to python 3.7 code example
Example 1: use python as python3 zsh
# Go into your .zshrc file. Is there a line that reads:
alias python='python3'
Example 2: transition from python 2 to 3 terminal
alias python="python3"
# Go into your .zshrc file. Is there a line that reads:
alias python='python3'
alias python="python3"