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

I am trying to install Django on my Mac, so I need to install pip in Python and I don’t know why the instructions I found on the Internet don’t work for me ...

Here's my problem:

sudo easy_install pip

sudo: unable to execute /usr/local/bin/easy_install: No such file or directory

      

And I always get this "no such file or directory".

Any help would be greatly appreciated.

+2


source to share


1 answer


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

.



0


source







All Articles