DEV Community

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

Collapse
 
dimazz profile image
dimazz

// That worked for me on Big Sur

exec $SHELL -l
which python
/usr/local/bin/python
python --version