Skip to content

Instantly share code, notes, and snippets.

@laozhu
Created December 2, 2013 09:15
Show Gist options
  • Select an option

  • Save laozhu/7746954 to your computer and use it in GitHub Desktop.

Select an option

Save laozhu/7746954 to your computer and use it in GitHub Desktop.
fix pscopg2 error for py3k and py2k
# fix psycopg2 error for py3k
sudo apt-get install python3-dev libpq-dev
# fix psycopg2 error for py2k
sudo apt-get install python-dev libpq-dev
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment