Created
April 23, 2014 15:13
-
-
Save willingc/11219374 to your computer and use it in GitHub Desktop.
Getting PIL to install on Mac OSX 10.9 Mavericks
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
Install the command line developer tools from Apple's site | |
https://developer.apple.com/downloads/index.action?name=for%20Xcode%20- | |
From the command line: | |
export CFLAGS=-Qunused-arguments | |
export CPPFLAGS=-Qunused-arguments | |
sudo pip install PIL --allow-external PIL --allow-unverified PIL | |
Note: I was unable to execute the final pip command if I was in an activated virtual environment |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment