setuptools

IPythonをインストールしてみる。
前は自分でダウンロードしてsetup.py installしてたけど、今回はeasy_installを...

>easy_install ipython
Searching for ipython
Reading http://cheeseshop.python.org/pypi/ipython/
Reading http://ipython.scipy.org
Reading http://ipython.scipy.org/dist
Reading http://cheeseshop.python.org/pypi/ipython/0.7.3
Best match: ipython 0.7.3
Downloading http://cheeseshop.python.org/packages/2.5/i/ipython/ipython-0.7.3-py2.5.
egg#md5=76df2f3f9dcd0a4f087c558c9a6f94a4
Processing ipython-0.7.3-py2.5.egg
creating c:\python25\lib\site-packages\ipython-0.7.3-py2.5.egg
Extracting ipython-0.7.3-py2.5.egg to c:\python25\lib\site-packages
Adding ipython 0.7.3 to easy-install.pth file
Installing ipython-script.py script to c:\Python25\Scripts
Installing ipython.exe script to c:\Python25\Scripts
Installing pycolor-script.py script to c:\Python25\Scripts
Installing pycolor.exe script to c:\Python25\Scripts

いやー、便利だねー。
あとは、PyPI用のリポジトリブラウザってWindowsでも使えるのかな?

このブログに乗せているコードは引用を除き CC0 1.0 で提供します。