问题
I'm trying to Install Django on my Mac so I have to install pip on Python, and I don't know why the instructions I found on internet don't work for me...
Here is my problem :
sudo easy_install pip
sudo: unable to execute /usr/local/bin/easy_install: No such file or directory
And I'm always getting that "no such file or directory".
Any help would be appreciated.
回答1:
Run the setup script from here then restart and install with pip install django
.
来源:https://stackoverflow.com/questions/30146222/how-to-install-pip-on-python-error-no-such-file-or-directory