Install pip packages with homebrew:
Install the brew-pip package brew install brew-pip
Add Homebrew's pip path to your PYTHONPATH environment variable (you probably should add this to some sort of shell initialization file like ~/.bashrc or ~/.zshrc) export PYTHONPATH=$(brew --prefix)/lib/python2.7/site-packages
Now install any pip packages with Homebrew! brew pip Glances