Skip to content

Latest commit

 

History

History
executable file
·
29 lines (18 loc) · 722 Bytes

File metadata and controls

executable file
·
29 lines (18 loc) · 722 Bytes

For MacOS

Python 2.7 が入っていますが,今回は Python 3.x を使います1

Homebrew の導入

Homebrew とは, MacOS 用のパッケージマネージャです. パッケージがあれば, コマンドひとつでインストールできます

Homebrew の導入は,次のコマンドを実行します.

$ /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Python3 の導入

次のコマンドを実行します.

$ brew update
$ brew install python3

Footnotes

  1. Ref. Tips | Python のバージョン