pip: command not found
Posted wg_FdaFGcFB
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip: command not found相关的知识,希望对你有一定的参考价值。
pip: command not found
原因是没有安装pip
①下载pip
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
②安装pip
sudo python3 get-pip.py
注意:
python 默认使用的可能是python2.x,不支持 pip,所以需要使用python3安装
以上是关于pip: command not found的主要内容,如果未能解决你的问题,请参考以下文章
Linux报错:pip: command not found
Mac 显示sudo: pip: command not found