1. 程式人生 > >手動安裝easy-install/pip

手動安裝easy-install/pip

-- str ipy pip https ots ica ipython bootstra

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

手動安裝easy-install/pip