which python mac

23

$ brew update && brew upgrade python 
$ brew install python3
$ pyenv global 3.7.3
# and verify it worked 
$ pyenv version
3.7.3 (set by /Users/mbbroberg/.pyenv/version)

Comments

Submit
0 Comments