Answers for "use different python versions on 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
0

i have two versions of python installed mac

pyenv install -l | grep -ow [0-9].[0-9].[0-9]
Posted by: Guest on June-08-2021
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 "use different python versions on mac"

Python Answers by Framework

Browse Popular Code Answers by Language