環境 Mac OS X 10.6.4 Python 2.6.6 Distribute 0.6.14 virtualenv 1.5.1 pip 0.8.1 Pythonをインストールする $ sudo port install python26 $ sudo port install python_select $ sudo python_select python26 Distributeをインストールする Distribute is a fork of the Setuptools project. http://packages.python.org/distribute 「エキスパートPythonプログラミング」を見るまで存在を知りませんでした>< $ curl -O http://python-distribute.org/distribute_setup.py $ sudo py