1.用easy_install安装的时候 [root@idayuan ~]# easy_install pycurl Searching for pycurl Best match: pycurl Adding pycurl to easy-install.pth file Using /usr/lib64/python2./site-packages Processing dependencies for pycurl Finished processing dependencies for
python安装 windows 下载安装包 https://www.python.org/downloads 改环境变量 [右键计算机]-->[属性]-->[高级系统设置]-->[高级]-->[环境变量]--> 如:原来的值;C:\python3,切记前面有分号 linux wget https://www.python.org/ftp/python/3.5.2/Python-3.5.2.tgz tar xf Python-3.5.0.tgz cd Python-3.5