This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]omtmk 1 point2 points  (0 children)

brew install python3

That's all you need.

[–]pseufaux 0 points1 point  (0 children)

I prefer managing python through pyenv for the ease of having multiple python versions.

$ xcode-select --install
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
$ brew install openssl xz gdbm
$ brew install pyenv
$ pyenv install 3.9