easy_install を使用して pip をインストールし、pip を使用して django、virtualenv、および virtualenvwrapper をインストールしました。
数週間後に戻ってきたところ、django はもう動作していないようですが、easy_install が次のエラーを返しているため、プロセスを最初からやり直すことができません。
Traceback (most recent call last):
File "/usr/bin/easy_install-2.7", line 10, in <module>
load_entry_point('setuptools==0.6c12dev-r88846', 'console_scripts', 'easy_install')()
File "/Library/Python/2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 318, in load_entry_point
File "/Library/Python/2.7/site-packages/setuptools-0.6c11-py2.7.egg/pkg_resources.py", line 2220, in load_entry_point
ImportError: Entry point ('console_scripts', 'easy_install') not found
楽しい夜を過ごした後、私はこれを解決する方法について困惑しています。