I don\'t know what\'s the deal but I am stuck following some stackoverflow solutions which gets nowhere. Can you please help me on this?
Monas-MacBook-Pro:
For me, on centOS 7 I had to remove the old pip link from /bin by
rm /bin/pip2.7 rm /bin/pip
then relink it with
sudo ln -s /usr/local/bin/pip2.7 /bin/pip2.7
Then if
/usr/local/bin/pip2.7
Works, this should work