Skip to content

Instantly share code, notes, and snippets.

@jczaplew
Created October 16, 2014 21:21
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 jczaplew/26e123fb64cf448cd065 to your computer and use it in GitHub Desktop.
Save jczaplew/26e123fb64cf448cd065 to your computer and use it in GitHub Desktop.
Install psycopg2 via Macports
sudo port install py27-psycopg2
export PYTHONPATH="/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages:$PYTHONPATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment