ubuntu 搭建 pycurl

问题: 在使用pip install pycurl是报curl_config no found错误 解决: sudo apt-get install libcurl4-gnutls-dev pip install pycurl 参考:http://www.voidcn.com/article/p-dbocqwgt-ed.html Python中国社区 Python ubuntu安装py

返回顶部