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.
Run the setup script from here then restart and install with pip install django
.