Answers for "mac use python3"

2

use python3 as default mac

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

which python mac

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

install python in mac

brew install python3
brew install python2
Posted by: Guest on June-06-2020

Python Answers by Framework

Browse Popular Code Answers by Language