Skip to content

Instantly share code, notes, and snippets.

@mikeclarke
Created December 12, 2010 22:03
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 mikeclarke/738386 to your computer and use it in GitHub Desktop.
Save mikeclarke/738386 to your computer and use it in GitHub Desktop.
Compile psycopg2 from source
wget http://initd.org/pub/software/psycopg/psycopg2-2.0.13.tar.gz
yum install postgresql-devel
tar xzvf psycopg2-2.0.13.tar.gz
cd psycopg2-2.0.13
python2.6 setup.py build
python2.6 setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment