美文网首页
Linux报错:bash: pip: command not f

Linux报错:bash: pip: command not f

作者: ljh_10e3 | 来源:发表于2019-06-19 14:20 被阅读0次

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

$ python get-pip.py

$ pip -V  #查看pip版本

接下来就可以随便pip安装东西了

首先查下安装路径:

find / -name pip

然做个软连接

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

注:

websocket

pip install websocket-client

相关文章

网友评论

      本文标题:Linux报错:bash: pip: command not f

      本文链接:https://www.haomeiwen.com/subject/cyqkqctx.html