Linux报错:pip: command not found
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux报错:pip: command not found相关的知识,希望对你有一定的参考价值。
问题描述
CentOS7下,执行pip提示不存在
# 系统
cat /etc/redhat-release
CentOS Linux release 7.9.2009 (Core)
# 检查python已存在
$ python -V
Python 2.7.5
# 检查pip,提示命令不存在
$ pip -V
bash: pip: command not found
解决方式
下载地址 https://bootstrap.pypa.io/pip/
# Python2.7
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
# 安装
python get-pip.py
# 检查
pip -V
pip 20.3.4 from /usr/lib/python2.7/site-packages/pip (python 2.7)
以上是关于Linux报错:pip: command not found的主要内容,如果未能解决你的问题,请参考以下文章
pip Command Not Found – Mac 和 Linux 错误被解决
-bash: docker-compose: command not foundlinux 安装 docker-compose
pip报错解决:EnvironmentError: mysql_config not found