Skip to content

Instantly share code, notes, and snippets.

@ggnam
Forked from prakashanantha/install-psycopg2
Created January 6, 2020 08:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggnam/b0b5874eaad7dce9b30c2849c5865ca3 to your computer and use it in GitHub Desktop.
Save ggnam/b0b5874eaad7dce9b30c2849c5865ca3 to your computer and use it in GitHub Desktop.
Installing psycopg2 on a mac
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install postgresql
sudo pip install psycopg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment