如何在 cygwin 上安装 pycurl

首先确保使用 cygwin-setup.exe 安装了 crul, pythonopenssl

安装 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 了好久

你可能感兴趣的:(如何在 cygwin 上安装 pycurl)