Last active
December 12, 2015 03:48
-
-
Save davidsonfellipe/4709681 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ workon default | |
$ brew install jpeg | |
$ pip install --upgrade --no-install PIL | |
$ vim $VIRTUAL_ENV/build/PIL/setup.py | |
-> JPEG_ROOT = '/usr/local/Cellar/jpeg/8d/' | |
-> FREETYPE_ROOT = libinclude('/usr/X11') | |
$ pip install --upgrade PIL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment