Answers for "mac python 2.7 update to 3"

9

upgrade python version mc

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

install python macos catalina

export PATH=/usr/local/opt/python/libexec/bin:$PATH
Posted by: Guest on November-23-2020

Python Answers by Framework

Browse Popular Code Answers by Language