You're angry that the distribution isn't right.
raise DistributionNotFound(req) # XXX put more info here
However, you said that entering this command will cure it.
reference http://dev.imanol.me/post/65244552920/python-on-osx-mavericks
$ curl -O http://python-distribute.org/distribute_setup.py
$ sudo python distribute_setup.py
$ sudo rm distribute_setup.py
$ sudo easy_install pip
$ sudo pip install virtualenv
$ sudo pip install virtualenvwrapper
Healed.
Recommended Posts