Skip to content

Instantly share code, notes, and snippets.

@florido
Forked from Daeinar/gist:4383663
Last active November 22, 2018 01:00
Show Gist options
  • Save florido/bb48c4e0f7046ca25c4fc6d5fe70c42e to your computer and use it in GitHub Desktop.
Save florido/bb48c4e0f7046ca25c4fc6d5fe70c42e to your computer and use it in GitHub Desktop.
Install pip packages with homebrew

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment