[PYTHON] When the program pip installed on Mac / Marvericks does not work

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

When the program pip installed on Mac / Marvericks does not work
LocateCenterOnScreen does not work on PyAutoGui
When Anaconda Navigator (Mac) does not start
Virtualenv does not work on Python3.5 (Windows)
Check points when MIDI does not work in a program using SDL_mixer
Check items when the imported python module does not work as expected
Notes on what to do when matplotlib scatter () / scatter3d () does not work
After installing php7.2, the php command does not work
Jinja2 2.9.6 does not work on Lambda Python 3 series
jupyter notebook does not start on mac fish
Example of what to do when the sample script does not work (OpenCV-Python)
What to do when python3 type venv does not work well on Raspberry Pi
Solution when Linux does not recognize the built-in camera
Command when ACPI shutdown does not work in VirtualBox
When architecture not supported comes out with pip (Mac)
How to delete "(base)" that appears in the terminal when Anaconda is installed on Mac
Check when the Docker container does not connect to the Internet
Solution when background-cover of Linux version VS Code does not work
Arrow keys do not work in zsh + python shell on mac
An error that does not work as expected when calling the tkinter module in a text editor
I installed Linux on my Mac
(Under investigation) USB camera that does not work with WebRTC on RPi4
Processing when the key input of Python pygame does not go well.