Skip to content

Instantly share code, notes, and snippets.

@trey
Created August 12, 2008 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trey/5005 to your computer and use it in GitHub Desktop.
Save trey/5005 to your computer and use it in GitHub Desktop.
Getting Python Imaging Library (PIL) working on Leopard
# http://emmby.blogspot.com/2008/05/installing-python-pil-on-mac-os-x-1052.html
sudo port install py25-pil
# In ~/.bash_login
export PYTHONPATH="/opt/local/lib/python2.5/site-packages:$PYTHONPATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment