码迷,mamicode.com
首页 > 其他好文 > 详细

手动安装easy-install/pip

时间:2017-08-02 15:36:00      阅读:98      评论:0      收藏:0      [点我收藏+]

标签:cat   ipy   str   手动安装   wget   cer   安装   root   trap   

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

标签:cat   ipy   str   手动安装   wget   cer   安装   root   trap   

原文地址:http://www.cnblogs.com/fushou/p/7274057.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!