1、wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py2、在root用户下 python ez_setup.py --insecure3、安装pip easy-install pip4、安装模块 easy-install ipython 或 pip ipython5、移除模块 pip uninstall ipython 或 easy-install uninstall ipython