id:domodomodomo
Mac に MacPorts で Python をインストールする。
Python 2.7 をインストールする例を考えてみます。 Step1. いま使っている Python のバージョンを確認します。 $ # select できる一覧を表示します。 $ port select --list python Available versions for python: none python25-apple python26-apple (active) Step2. Python 2.7 をインストール $ # インストールできる …