Skip to content

Instantly share code, notes, and snippets.

@burnash
Created February 25, 2015 18:29
Show Gist options
  • Save burnash/bf88f4c12fbf22707256 to your computer and use it in GitHub Desktop.
Save burnash/bf88f4c12fbf22707256 to your computer and use it in GitHub Desktop.
Installing matplotlib with virtualenv on OS X 10.8
brew install freetype
brew install pkg-config
PKG_CONFIG_PATH=/usr/local/bin/pkg-config pip install matplotlib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment