pip 是 Python 包管理工具,该工具提供了对Python 包的查找、下载、安装、卸载的功能。
如果pip突然pip不了
方法1先卸载pip
python -m pip uninstall pip sudo apt-get remove python-pip python-pip
方法2如果还没解决p再重装一下
sudo apt install python-pip

pip 是 Python 包管理工具,该工具提供了对Python 包的查找、下载、安装、卸载的功能。
如果pip突然pip不了
方法1先卸载pip
python -m pip uninstall pip sudo apt-get remove python-pip python-pip
方法2如果还没解决p再重装一下
sudo apt install python-pip