apt-get remove python-pip python3-pip
wget https://bootstrap.pypa.io/get-pip.py
python get-pip.py
python3 get-pip.py
TypeError: unsupported operand types for -=: 'Retry' and 'int'
最新推荐文章于 2024-09-14 15:38:12 发布
本文介绍如何卸载Python和Python3的pip,然后重新安装。首先使用apt-get remove命令卸载,接着下载get-pip.py脚本,最后通过Python和Python3运行此脚本来重新安装pip。
摘要由CSDN通过智能技术生成