DEV Community

Discussion on: How to set Python3 as a default python version on MacOS?

Collapse
 
rwheeler7864 profile image
Robert F Wheeler

didn't work.
nice try though

ln -s -f /usr/local/bin/python3.9 /usr/local/bin/python
(venv) (base) robwheeler@Roberts-MBP practice-tools % python --version
Python 3.7.3
(venv) (base) robwheeler@Roberts-MBP practice-tools %