/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.markusdosch.com
| | campedersen.com
3.2 parsecs away

Travel
| | While working on this blog I got annoyed with manually worrying about line breaks. I use Prettier on save for all my code, so why should I have to think about t
| | darkcoding.net
2.4 parsecs away

Travel
| | Solvitas perambulum
| | yal.cc
1.7 parsecs away

Travel
| | Converting Markdown to BB Code, for Steam or in general. Continue reading
| | jinyuz.dev
25.0 parsecs away

Travel
| TL;DR #env LDFLAGS="-I/usr/local/opt/openssl/include -L/usr/local/opt/openssl/lib" pip install psycopg2 # OR env LDFLAGS="-I/usr/local/opt/openssl@3/include -L/usr/local/opt/openssl@3/lib" pip install psycopg2 # OR # https://github.com/brianmario/mysql2/issues/795#issuecomment-337006164 env LIBRARY_PATH="/usr/local/opt/openssl@3/lib" pip install psycopg2 --no-cache Source: https://stackoverflow.com/questions/26288042/error-installing-psycopg2-library-not-found-for-lssl/39244687#39244687 The reason is tha...