Answers for "use different version of python 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

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

Code answers related to "use different version of python mac"

Python Answers by Framework

Browse Popular Code Answers by Language