Skip to content

Instantly share code, notes, and snippets.

@whyvez
Last active July 13, 2022 02:58
Show Gist options
  • Star 7 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save whyvez/5af9a1dc894ab4d74fd2 to your computer and use it in GitHub Desktop.
Save whyvez/5af9a1dc894ab4d74fd2 to your computer and use it in GitHub Desktop.
install psycopg2 on aws linux
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
@okeyokoro
Copy link

okeyokoro commented Apr 8, 2020

thanks for posting, came in handy

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment