easy_install ImportError
I was receiving “ImportError: Entry point (‘console_scripts’, ‘easy_install’) not found”
I removed and reinstalled the distribute tools and was able to get it working again.
- Check your /usr/bin and /usr/local/bin for easy_install installations and remove any old script:
- Download and run distribute:
- Try again, and enjoy.
sudo rm /usr/bin/easy_install* sudo rm /usr/local/bin/easy_install*
curl -O http://python-distribute.org/distribute_setup.py sudo python distribute_setup.py sudo rm distribute_setup.py
sudo easy_install pip