Answers for "use python3 instead of 2 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

Code answers related to "use python3 instead of 2 mac"

Python Answers by Framework

Browse Popular Code Answers by Language