Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. ## MacOS Mojave
  2. ```shell
  3. brew install openssl
  4. PYCURL_SSL_LIBRARY=openssl LDFLAGS="-L/usr/local/opt/openssl/lib" CPPFLAGS="-I/usr/local/opt/openssl/include" pipenv install pycurl
  5. ```
  6.  
  7. ## Ubuntu 16.04
  8. ```
  9. sudo apt install libcurl4-openssl-dev libssl-dev python3.7-dev # or other version of python*-dev
  10. pipenv install pycurl
  11. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement