摘要: 同事要求在ubuntu12.04上安装python模块,log4py, bs4, lxml, threadpool, pycurl有三种方法:1.apt-get install xxxx 2.使用pip安装 3.下载压缩包,使用install安装bs4apt-cache search python-bs4apt-get install python-bs4lxmlapt-get install python-lxmllog4pywget http://ufpr.dl.sourceforge.net/sourceforge/log4py/log4py-1.3.tar.gzta... 阅读全文
posted @ 2013-11-13 17:12 silence.li 阅读(1513) 评论(1) 推荐(0)