之前已经介绍过怎么安装python-pip了,本节在这里介绍安装easy_install。
在安装之前先要安装setuptools-0.6c11-py2.7.egg,具体安装过程见[url=http://flyingdutchman.iteye.com/blog/1896619]Centos 6 上安装python-pip[/url]。
easy_install的安装命令如下:[quote]
#wget http://peak.telecommunity.com/dist/ez_setup.py
#chmod +x ez_setup.py
#python ez_setup.py
[/quote]
或:[quote]
[color=blue]# yum -y install python-setuptools python-setuptools-devel[/color]
[/quote]
在安装之前先要安装setuptools-0.6c11-py2.7.egg,具体安装过程见[url=http://flyingdutchman.iteye.com/blog/1896619]Centos 6 上安装python-pip[/url]。
easy_install的安装命令如下:[quote]
#wget http://peak.telecommunity.com/dist/ez_setup.py
#chmod +x ez_setup.py
#python ez_setup.py
[/quote]
或:[quote]
[color=blue]# yum -y install python-setuptools python-setuptools-devel[/color]
[/quote]

本文将指导您如何在Centos6上安装Python的辅助工具easy_install及setuptools,包括下载、权限设置及验证安装过程。

408

被折叠的 条评论
为什么被折叠?



