Created
September 27, 2017 06:49
-
-
Save gonghao/62804f2dfbe2b1afb88e5c3f4a85c577 to your computer and use it in GitHub Desktop.
Revisions
-
gonghao created this gist
Sep 27, 2017 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ export LDFLAGS="-L/usr/local/opt/openssl/lib" export CPPFLAGS="-I/usr/local/opt/openssl/include" export PKG_CONFIG_PATH="/usr/local/opt/openssl/lib/pkgconfig" export PYCURL_SSL_LIBRARY=openssl pip install pycurl --compile pycurl --no-cache