Answers for "use python 3 on 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

python pip mac

curl https://bootstrap.pypa.io/pip/2.7/get-pip.py | python
Posted by: Guest on March-06-2022

Python Answers by Framework

Browse Popular Code Answers by Language