返回顶部

pip upgrade 更新

python -m pip install --upgrade pip -i  https://pypi.doubanio.com/simple/  --trusted-host pypi.doubanio.com

 

解析:

1、以管理员身份升级pip :python -m pip install --upgrade pip

2、用豆瓣源,速度快 :-i  https://pypi.doubanio.com/simple/

3、将豆瓣源添加为信任主机host :--trusted-host pypi.doubanio.com

posted @ 2020-04-01 11:20  Be-myself  阅读(16083)  评论(0编辑  收藏  举报
levels of contents 点击查看具体代码内容