Created
October 20, 2023 18:12
-
-
Save darvid/85ed2bdce27c8a311506154721d51a2d to your computer and use it in GitHub Desktop.
(Linux/Home)brew + openSSL + curl + pycurl + recent pip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
brew uninstall --ignore-dependencies curl | |
env LDFLAGS="-L $(brew --prefix openssl)/lib" CPPFLAGS="-I$(brew --prefix openssl)/include" pip install --no-cache-dir --compile --config-settings="--with-openssl=1" pycurl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment