首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

Centos 六 上安装easy_install

2013-07-04 
Centos 6 上安装easy_install之前已经介绍过怎么安装python-pip了,本节在这里介绍安装easy_install。在安装

Centos 6 上安装easy_install
       之前已经介绍过怎么安装python-pip了,本节在这里介绍安装easy_install。
       在安装之前先要安装setuptools-0.6c11-py2.7.egg,具体安装过程见Centos 6 上安装python-pip。
        easy_install的安装命令如下:引用
        #wget http://peak.telecommunity.com/dist/ez_setup.py
        #chmod +x ez_setup.py
        #python ez_setup.py
       

 

热点排行