Created
October 18, 2016 17:13
-
-
Save slaveofcode/676d80978b151ae006ee23a18f385978 to your computer and use it in GitHub Desktop.
In case you have a problem when installing psycopg2 on centos which using python 3.4
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
# install these libs | |
sudo yum install python34-devel | |
# install postgresql devel | |
sudo yum install postgresql-devel | |
# or with version | |
sudo yum install postgresql93-devel |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment