Skip to content

Instantly share code, notes, and snippets.

@willingc
Created April 23, 2014 15:13
Show Gist options
  • Save willingc/11219374 to your computer and use it in GitHub Desktop.
Save willingc/11219374 to your computer and use it in GitHub Desktop.
Getting PIL to install on Mac OSX 10.9 Mavericks
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