pip 批量更新
Posted earendil
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pip 批量更新相关的知识,希望对你有一定的参考价值。
1、
pip3 list --outdated >> requests 现将要更新的列表写入requests
2、对文件中的数据进行处理
Package Version Latest Type
-------------- --------- ------ -----
asn1crypto 0.22.0 0.24.0 wheel
attrs 17.2.0 18.1.0 wheel
Automat 0.6.0 0.7.0 wheel
bleach 1.5.0 2.1.3 wheel
cffi 1.10.0 1.11.5 wheel
cryptography 1.9 2.2.2 wheel
cssselect 1.0.1 1.0.3 wheel
html5lib 0.9999999 1.0.1 wheel
hyperlink 17.2.0 18.0.0 wheel
idna 2.5 2.7 wheel
lxml 3.8.0 4.2.2 wheel
获取包名
处理后的文件名为list.txt
3、 pip3 install --upgrade -r list.txt
以上是关于pip 批量更新的主要内容,如果未能解决你的问题,请参考以下文章