DEV Community

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

Collapse
 
dineshndev profile image
Dinesh Nagarajan

Thanks for the details. Unfortunately, it didn't work for me here is the solution worked for me

OS: Mac OS 10.15.3

Commands worked for me
unlink /usr/local/bin/python
ln -s /usr/local/bin/python3.7 /usr/local/bin/python