Skip to content

Instantly share code, notes, and snippets.

@darvid
Created October 20, 2023 18:12
Show Gist options
  • Save darvid/85ed2bdce27c8a311506154721d51a2d to your computer and use it in GitHub Desktop.
Save darvid/85ed2bdce27c8a311506154721d51a2d to your computer and use it in GitHub Desktop.
(Linux/Home)brew + openSSL + curl + pycurl + recent pip
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