Answers for "how do i run a different version of python on mac?"

4

how to open a different version of python on my macc

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

how to open a different version of python on my macc

ls -l /usr/local/bin/python*
Posted by: Guest on March-13-2021

Code answers related to "how do i run a different version of python on mac?"

Python Answers by Framework

Browse Popular Code Answers by Language