Skip to content

Instantly share code, notes, and snippets.

@Cerebro92
Last active December 13, 2022 16:03
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 Cerebro92/e14cc1af0f39a78b7ffed66eaa332c25 to your computer and use it in GitHub Desktop.
Save Cerebro92/e14cc1af0f39a78b7ffed66eaa332c25 to your computer and use it in GitHub Desktop.
Install python package psycopg2 on macos

export LDFLAGS="-L/usr/local/opt/openssl/lib" export CPPFLAGS="-I/usr/local/opt/openssl/include"

pip install psycopg2

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