手动安装easy-install/pip

1、wget --no-check-certificate https://bootstrap.pypa.io/ez_setup.py 

2、在root用户下

  python ez_setup.py --insecure

3、安装pip

  easy-install pip

4、安装模块

  easy-install ipython

  或

  pip ipython

5、移除模块

  pip uninstall ipython

  或

  easy-install uninstall ipython

 

posted @ 2017-08-02 15:19  fosonR  阅读(278)  评论(0)    收藏  举报