I just switched from MacPorts to HomeBrew. After installing all the required XCode versions and other software I tried installing python using homebrew: I think it successfu
You can follow these steps.
$ python3 --version $ brew unlink python@2 $ brew link python3 $ python3 --version