#14-01 [Mac]blockdiagをインストールするためのまとめ
デフォルトで入っている python は 2.7.1 なので、最新版(現時点で2.7.2)を homebrew で入れる。
/usr/local/share/python に easy_install が入るので .profile に追記。$ brew install python
とりあえず . .profile してからおもむろに# set PATH so it includes homebrew python if it exists if [ -d /usr/local/share/python ]; then PATH=/usr/local/share/python:$PATH fi
こんな感じですかね。$ easy_install pip $ pip install --upgrade distribute $ brew install freetype2 $ brew install jpeg $ easy_install pil $ easy_install blockdiag $ blockdiag --version blockdiag 1.1.3