Search code examples
pythondjangomacospipeasy-install

How to install pip on python (error : No such file or directory)


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.


Solution

  • Run the setup script from here then restart and install with pip install django.