

This is what is displayed on my Terminal when I try to install pip, and then install a package called beautifulsoup: ~ % python -version I have been researching for more than 1 hour and looking at many articles and questions but I cannot figure it out. I follow all the instructions but I cannot install any packages. I have a Macbook Air and want to install pip. If it doesn't work try this: python -m pip install beautifulsoup4 I also expect that you won’t want to type an additional 2 keywords every time you have to install a package. You may, however run into problems in the future doing this, so I suggested my above answer. If you don’t want to do this (which I don’t suggest), you can simply use the other answers for now which say to use python -m pip, which directs the command-line to the current directory of these files, /Users/arnau/Library/Python/2.7/bin. Duplicate the files listed into /usr/local/bin/ so that the command-line can recognize your command, pip. Go to /Users/arnau/Library/Python/2.7/bin. Open Finder, and copy the listed files into the following directory: /usr/local/bin/

Look at the final warning, which says that these scripts are not in PATH.
