Answers for "how to set default python version in macos"

2

how to set default python version in macos

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

which python mac

$ brew update && brew upgrade python
Posted by: Guest on September-23-2020
1

mac catallina python3

$ brew install pyenv
Posted by: Guest on July-06-2020

Code answers related to "how to set default python version in macos"

Python Answers by Framework

Browse Popular Code Answers by Language