Answers for "get mac to recognize python3 as python"

4

use python3 as default mac

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

which python mac

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

Code answers related to "get mac to recognize python3 as python"

Python Answers by Framework

Browse Popular Code Answers by Language