美文网首页我爱编程
如何在 cygwin 上安装 pycurl

如何在 cygwin 上安装 pycurl

作者: 智山阿碧 | 来源:发表于2018-06-20 15:32 被阅读0次

    首先确保使用 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

        本文链接:https://www.haomeiwen.com/subject/iurxyftx.html