如何在 cygwin 上安装 pycurl
2018-06-20 本文已影响0人
智山阿碧
首先确保使用 cygwin-setup.exe 安装了 crul
, python
和 openssl
。
安装 pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python get-pip.py
安装 pycrul
export PYCURL_SSL_LIBRARY=openssl
pip install pycurl
是不是 so easy,但是 PYCRUL_SSL_LIBRARY 的命令我 google 了好久