手欠用 pip3 install -U pip3
然后 pip 就用不了了。
1
anonymous256 2018-09-21 22:47:05 +08:00 via Android
然后可能要用 pip3 命令了吧。
|
2
ligyxy 2018-09-21 23:15:26 +08:00 1
|
3
Septembers 2018-09-22 01:32:12 +08:00 via Android
python3 -m pip uninstall pip
|
4
Septembers 2018-09-22 01:32:32 +08:00 via Android 1
python3 -m pip uninstall pip3
|
5
happykjoy 2018-09-22 08:26:13 +08:00
pip3 是 pip 的升级版本。pip3 不是比 pip 更好用吗?可以按照很多 pip 不能安装的库。用法:pip3 install xxxx 某某某
|
6
wwqgtxx 2018-09-22 15:36:31 +08:00
C:\Users\Administrator>pip download pip3
Looking in indexes: https://mirrors.ustc.edu.cn/pypi/web/simple Collecting pip3 Could not find a version that satisfies the requirement pip3 (from versions: ) No matching distribution found for pip3 |
8
binxin OP @Septembers 谢谢!
|