-
-
Save okeyokoro/c4f3bd49ec476da8081be5637ef644d9 to your computer and use it in GitHub Desktop.
install psycopg2 on aws linux
This file contains 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
sudo yum install gcc python27 python27-devel postgresql-devel | |
sudo curl https://bootstrap.pypa.io/ez_setup.py -o - | sudo python27 | |
sudo /usr/bin/easy_install-2.7 pip | |
sudo pip2.7 install psycopg2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment