-
Check your /usr/bin and /usr/local/bin for easy_install installations and remove any old script:
sudo rm -f /usr/bin/easy_install* sudo rm -f /usr/local/bin/easy_install*
-
Download and run distribute:
curl -O https://svn.apache.org/repos/asf/oodt/tools/oodtsite.publisher/trunk/distribute_setup.py sudo python distribute_setup.py sudo rm distribute_setup.py
-
Try again, and enjoy. E.g.:
sudo easy_install pip
Related Contents:
- How do I install pip on macOS or OS X?
- How do I determine if my python shell is executing in 32bit or 64bit?
- Open document with default OS application in Python, both in Windows and Mac OS
- Getting “Permission Denied” when running pip as root on my Mac
- Working with an Access database in Python on non-Windows platform (Linux or Mac)
- What’s the difference between dist-packages and site-packages?
- How to change the foreground or background colour of a Tkinter Button on Mac OS X?
- How to install lxml on Ubuntu
- How to install PIL with pip on Mac OS?
- Mac OSX python ssl.SSLError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:749)
- How do I remove packages installed with Python’s easy_install?
- Virtualenv Command Not Found
- Cannot install Lxml on Mac OS X 10.9
- Too many different Python versions on my system and causing problems
- How do I upgrade to Python 3.6 with conda?
- pip or pip3 to install packages for Python 3?
- The problem with installing PIL using virtualenv or buildout
- when installing pyaudio, pip cannot find portaudio.h in /usr/local/include
- What is the most compatible way to install python modules on a Mac?
- How to install pip for Python 3 on Mac OS X?
- How to control the mouse in Mac using Python?
- Broken references in Virtualenvs
- Why is the apt-get function not working in the terminal on Mac OS X v10.9 (Mavericks)?
- What is the official “preferred” way to install pip and virtualenv systemwide?
- How to reinstall python@2 from Homebrew?
- python matplotlib framework under macosx?
- Cross-platform space remaining on volume using python
- How to Install and Use TkDnD with Python Tkinter on OSX?
- IOError: [Errno 24] Too many open files:
- Can I use `pip` instead of `easy_install` for `python setup.py install` dependency resolution?
- Make python3 as my default python on Mac
- Why does Python installed via Homebrew not include Tkinter
- How can I programmatically change the background in Mac OS X?
- How to install pyaudio on mac using Python 3?
- pip installs packages successfully, but executables not found from command line
- How to install two versions of Anaconda (Python 2 and 3) on Mac OS
- Python import MySQLdb error – Mac 10.6
- Can’t install PIL after Mac OS X 10.9
- Finding the Current Active Window in Mac OS X using Python
- Psycopg2 image not found
- How to uninstall pip on OSX?
- Python: MySQLdb and “Library not loaded: libmysqlclient.16.dylib”
- How to properly stop phantomjs execution
- Multiple versions of Python on OS X Leopard
- Python.h header file missing on Mac OS X 10.6
- Unable to import opengl.gl in python on macos
- Install win32com on MacOs and Linux
- Mac + virtualenv + pip + postgresql = Error: pg_config executable not found
- How to find pg_config path
- Big Sur clang “invalid version” error due to MACOSX_DEPLOYMENT_TARGET