pythonのツールのインストール

easy_installのインストール
home以下で実行
$ curl 'http://python-distribute.org/distribute_setup.py' > distribute_setup.py
実行したデイレクトリにdistribute_setup.pyがdownloadされているので
$ sudo python distribute_setup.py
これでeasy_installが使える
続いてpipをインストール
$ sudo easy_install pip

これらのファイルは
/usr/local/lib/python2.7/dist-packagesに入っている