解决ubuntu16.04 you are using pip version 8.1.1,however version 9.0.1 is available问题
使用wget安装成功,具体如下
1. sudo apt-get update
2. sudo apt-get upgrade
3. wget https://bootstrap.pypa.io/get-pip.py
4. sudo python3 get-pip.py
本文详细介绍了如何通过wget在Ubuntu16.04中更新pip到最新版本9.0.1的过程,包括使用sudo apt-get update、sudo apt-get upgrade以及下载并运行get-pip.py脚本的具体步骤。
1. sudo apt-get update
2. sudo apt-get upgrade
3. wget https://bootstrap.pypa.io/get-pip.py
4. sudo python3 get-pip.py
1105
3013
863
789
11万+
2万+
2万+

被折叠的 条评论
为什么被折叠?