随笔分类 -  Python

CentOS6.7使用easy_install安装Python模块包
摘要:1、安装工具包,也可以通过https://pypi.python.org/pypi下载安装yum install python-setuptools2、使用easy_install安装模块包easy_install psutil #默认安装psutil最新版本easy_install psutil=... 阅读全文
posted @ 2016-01-21 14:30 feong 阅读(570) 评论(0) 推荐(0)