python - Installing pip on OS X 10.6 -


i've spent hours trying figure out how install pip. tried following steps in tutorial: https://www.youtube.com/watch?v=ybdzzgppyxg every time enter sudo python get-pip.py, gives me error: could not find version satisfies requirement pip (from versions: ) no matching distribution found pip

so tried entering sudo easy_install pip , gave me back: sudo: unable execute /usr/local/bin/easy_install: no such file or directory

anybody know how solve issue , pip installed? thanks.

on macos can try using homebrew, latest python , pip along it.

ruby -e "$(curl -fssl https://raw.githubusercontent.com/homebrew/install/master/install)" 

then doing

brew install python 

without sudo latest python , pip.


Comments