Answers for "how to add python 3.10 to command mac"

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
0

install python 3.4 mac terminal

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Posted by: Guest on February-25-2020

Code answers related to "how to add python 3.10 to command mac"

Python Answers by Framework

Browse Popular Code Answers by Language