# lsb_release -a
> wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py
> python ez_setup.py --insecure
wget https://bootstrap.pypa.io/ez_setup.py -O - | python
> wget https://bootstrap.pypa.io/ez_setup.py -O - | sudo python
> wget https://bootstrap.pypa.io/ez_setup.py -O - | python - --user
版权声明:本文为博主原创文章,未经博主允许不得转载。
linux中安装easy_install(setuptools)
原文地址:http://blog.csdn.net/songyu0120/article/details/46804695