Installing python3 on macOS 12.6 Monterey

Yeah I don’t know why I’m doing this, I rarely use python on my mac. I guess it’s just in case. I have followed this guide. I do have brew installed, but just in case, I will copy you the procedure.

$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

Now we install python with brew:

$ brew install python

And that’s it. Note that it took quite some time to complete in my 2017 macbook pro, but maybe because the install triggered quite some brew updates. Please be patient 😉.

Leave a comment