Answers for "update python version on mac cli"

13

mac upgrade python to 3.8

brew install python3
brew update && brew upgrade python
alias python=/usr/local/bin/python3
Posted by: Guest on May-14-2020
4

how to set default python version in macos

ln -s -f /usr/local/bin/python3.7 /usr/local/bin/python
Posted by: Guest on April-24-2020

Python Answers by Framework

Browse Popular Code Answers by Language