(MacOSX10.8, Python2.7)
iPython の存在を忘れてたので MacPorts でインストール
$ sudo port install py27-ipython $ sudo port select --set ipython ipython27 $ ipython Python 2.7.5 (default, May 19 2013, 13:26:46) Type "copyright", "credits" or "license" for more information. IPython 0.13.2 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object', use 'object??' for extra details.
途中インストールでpy27-numpyでエラー出たから sudo port uninstall py27-numpy して sudo port clean --all -f py27-numpy した
やっぱりpipでいれ直す事にした
$ pip install ipython