Created
February 17, 2016 20:54
-
-
Save jblachly/a1a08dcb8b4854d32726 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
To use matplotlib in virtualenv on Ubuntu 14.04 | |
make virtualenv | |
symlink as described here: http://www.stevenmaude.co.uk/posts/installing-matplotlib-in-virtualenv | |
ln -sf /usr/lib/python2.7/dist-packages/{glib,gobject,cairo,gtk-2.0,pygtk.py,pygtk.pth} $VIRTUAL_ENV/lib/python2.7/site-packages | |
Then pip install matplot lib -- if you pip install before, the install won't detect necessary packages for the backends to install correctly |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment