Linux命令之pip

  1. 使用pip进行install,sudo pip install xxx
  2. 使用pip进行update,sudo pip install --update xxx
  3. 使用pip设置超时时间,sudo pip --default-timeout=256 install --update xxx
  4. 使用pip安装指定版本的包 sudo pip install xxx==1.2.x
posted @ 2017-10-11 10:57  起床oO  阅读(2218)  评论(0编辑  收藏  举报