Easy Install is a python module (easy_install) bundled with setuptools that lets you automatically download, build, install, and manage Python packages.
Pip
is a tool for installing and managing Python packages.
在linux管理python软件(install,upgrade,remove)总是一件麻烦的事情,特别是在删除软件的时候,easy_install,pip的安装,使用非常方便的
下面是安装easy_install
> wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py > python ez_setup.py --user安装Pip
easy_install pip