Answers for "osx make python3 default"

5

which python mac

$ brew update && brew upgrade python
Posted by: Guest on September-23-2020
0

set python 3 as default mac

[ -e ~/.profile ] && . ~/.profile
Posted by: Guest on December-01-2020

Python Answers by Framework

Browse Popular Code Answers by Language