DEV Community

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

Collapse
 
crimsonkida profile image
CrimsonKidA

Had to also run this:

export PATH=/usr/local/opt/python3/libexec/bin:$PATH

Thanks, all