Python 2.7 が入っていますが,今回は Python 3.x を使います1.
Homebrew とは, MacOS 用のパッケージマネージャです. パッケージがあれば, コマンドひとつでインストールできます.
Homebrew の導入は,次のコマンドを実行します.
$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
次のコマンドを実行します.
$ brew update
$ brew install python3
Footnotes
-
Ref. Tips | Python のバージョン ↩