Skip to content

Instantly share code, notes, and snippets.

@hieplpvip
Last active November 8, 2020 13:53
Show Gist options
  • Save hieplpvip/b4e256013f3944ddf7c56b32a0bace95 to your computer and use it in GitHub Desktop.
Save hieplpvip/b4e256013f3944ddf7c56b32a0bace95 to your computer and use it in GitHub Desktop.
Install psycopg2 on macOS
brew install postgresql
LDFLAGS=`pg_config --ldflags` pip install psycopg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment