Mac OS X 10.4 Tiger と 10.5 Leopardにインストールしてみる (サマリ)
→参考:英文(本家)
・必須 numpy 1.1 以降
・推奨 ipython MATLABのように操作するためのインタラクティブシェル
・必須 libpng 1.1 (or later) pngファイルの入出力に使われる
zlib 1.2.3 以降 libpngに必要、セキュリティ問題のため1.2.3以降を推奨
・必須 freetype 1.4以降 TrueTypeフォントの利用で使われる
・本体 matplotlib-0.98.5 December 11, 2008
python setup.py で。
注意
readlineをインストールしないと、Mac OS X付属のpythonと同じ不具合がipythonにも生じる(らしい)ので、コメントの方法でreadlineを入れることを推奨。
その他参考
統合パッケージを使う方法
- The Enthought Python Distribution (EPD) : Windows, OS X or Redhat. ; 有料
- Python (x, y) ; Windowsのみ
memo
返信削除ipythonはreadlineを使う
多くの環境ではgnu汚染のない互換ライブラリlibeditで問題ない
...がなぜかipython本家ではMacにはreadlineを勧めている
http://ipython.scipy.org/doc/rel-0.9.1/html/install/install.html#readline
じつは
MacOSX10.4, 10.5ではlibeditには問題がある..かもしれないという指摘
http://d.hatena.ne.jp/keita_yamaguchi/20080717/1216270090
pythonでreadlineをつかえるようにする方法
http://d.hatena.ne.jp/jbking/20071222/readline_on_leopard
http://d.hatena.ne.jp/bokuju/20081010/1223742617
Leopardで日本語入力できないpythonを叩き直す方法
http://www.python.jp/pipermail/python-ml-jp/2007-October/004150.html
明示的にreadlineライブラリを指定してpythonのコンパイル失敗を回避する
http://www.metareal.org/2008/04/11/building-readline-enabled-python-on-mac/
libeditって
http://tips.masken.jp/libedit
easy_installって
http://morchin.sakura.ne.jp/effective_python/easy_install.html