I have a Macbook Air and want to install pip. I have the updated python version. I follow all the instructions but I cannot install any packages.
I have been researching
Try this
sudo easy_install pip
Then
pip install beautifulsoup4
If it doesn't work try this:
python -m pip install beautifulsoup4