强制重新安装pip3

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python3 get-pip.py --force-reinstall

pip3 -V

你可能感兴趣的:(环境)