Answers for "how to install a certain version of python and make it default in mac"

4

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
2

macos set default python version

$ pyenv global 3.7.3
# and verify it worked 
$ pyenv version
3.7.3 (set by /Users/mbbroberg/.pyenv/version)
Posted by: Guest on July-11-2020

Code answers related to "how to install a certain version of python and make it default in mac"

Python Answers by Framework

Browse Popular Code Answers by Language