Skip to content

Instantly share code, notes, and snippets.

@greencoder
Created July 26, 2019 04:20
Show Gist options
  • Save greencoder/7623f8f3880ed3729a5d1b7512908b1e to your computer and use it in GitHub Desktop.
Save greencoder/7623f8f3880ed3729a5d1b7512908b1e to your computer and use it in GitHub Desktop.
Get psycopg2 to install on Mojave
https://stackoverflow.com/questions/26288042/error-installing-psycopg2-library-not-found-for-lssl
$ env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install psycopg2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment