随笔分类 -  python

摘要:Centos6.5 下在线安装easy_install1、> wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py> python ez_setup.py --insecureeasy_install是由PEAK(Pyth... 阅读全文
posted @ 2015-05-08 07:52 程序之路上的风景 阅读(406) 评论(0) 推荐(0)
摘要:错误一:pip install M2Crypto 如下错误 copying M2Crypto/SSL/ssl_dispatcher.py -> build/lib.linux-x86_64-2.6/M2Crypto/SSL running build_ext building 'M2Cr... 阅读全文
posted @ 2015-05-06 16:14 程序之路上的风景 阅读(1723) 评论(0) 推荐(0)
摘要:Centos6.5 下在线安装easy_install wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py python ez_setup.py --insecure执行过程如下:[root@localhost data... 阅读全文
posted @ 2015-05-05 14:10 程序之路上的风景 阅读(1338) 评论(0) 推荐(0)