I'm a beginner with both mac & python and kinda messed up python installations in order to install pip.
Here is the point where i am stuck right now:
I've 3 versions of python installed - (i) pre-installed by mac OS (ii) python 3.5.1 installation from python.org (iii) python 2.7 installation by home-brew
pip was not working, till I uninstalled the brew version by this command brew uninstall python
now pip is showing command options but not able to install packages.
Here is the screenshot of errors I'm getting, after I gave command pip install requests
:
I checked earlier links on stack overflow here- bad python install & here- uninstalling python2.7 but can't resolve it.
guys i know i overdid while installing, but it's because pip was not getting installed. thanks a lot for helping me out !!
best