zoukankan      html  css  js  c++  java
  • Linux pip命令报错 -bash: pip: command not found

    下载

    $ wget https://bootstrap.pypa.io/get-pip.py

    安装

    $ python get-pip.py

    查看版本

    $ pip -V
    

     

    查看安装路径:

    find / -name pip

    软连接

    ln -sv /usr/local/python/bin/pip /usr/bin/pip
    

      

  • 相关阅读:
    12
    11
    10
    9
    8
    7
    6
    5
    4
    3
  • 原文地址:https://www.cnblogs.com/sueyyyy/p/10954458.html
Copyright © 2011-2022 走看看