Skip to content

Instantly share code, notes, and snippets.

View josephdubon's full-sized avatar
🏠
Working from home

Joseph Dubon josephdubon

🏠
Working from home
View GitHub Profile
@josephdubon
josephdubon / gist:41eb002831a1badd76f9ff061ae5767a
Created September 9, 2021 21:33
Install psycopg2 on Mac OS Big Sur with M1 Chip
# Workaround for error with install of psycopg2 on M1 Macbook Pro machines running on Big Sur
env LDFLAGS="-I/opt/homebrew/opt/openssl/include -L/opt/homebrew/opt/openssl/lib" pip --no-cache install psycopg2