Created
December 2, 2013 09:15
-
-
Save laozhu/7746954 to your computer and use it in GitHub Desktop.
fix pscopg2 error for py3k and py2k
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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