手动安装easy-install/pip

Posted fosonR

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了手动安装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

 

以上是关于手动安装easy-install/pip的主要内容,如果未能解决你的问题,请参考以下文章

怎样手动安装python的包

安装VMware的时候出现手动安装vmci驱动

Ubuntu手动安装MySQL

如何手动安装Xamarin与Xamarin for VisualStudio

手动安装python包

如何手动安装Xamarin与Xamarin for VisualStudio