Answers for "mac change default python from 2 to 3"

4

change the default python version mac

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

Python Answers by Framework

Browse Popular Code Answers by Language