DEV Community

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

Collapse
 
malwarebo profile image
Irfan

Did you try this:

ln -s -f /usr/local/bin/python3.9 /usr/local/bin/python

Provided you have installed Python 3.9.