Answers for "how to set python to python3.8 in mac"

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
-2

mac install python 3.8

brew install [email protected]
Posted by: Guest on March-07-2021

Code answers related to "how to set python to python3.8 in mac"

Python Answers by Framework

Browse Popular Code Answers by Language