remove upgrade-all.py 已经在pkgs --upgrade-modules 命令中实现

This commit is contained in:
Meco Man 2022-08-12 12:27:36 -04:00
parent 0775337b29
commit 6bcbd307fb
1 changed files with 0 additions and 7 deletions

View File

@ -1,7 +0,0 @@
import pip
from subprocess import call
from pip._internal.utils.misc import get_installed_distributions
if __name__=='__main__':
for dist in get_installed_distributions():
call('pip install --upgrade '+dist.project_name,shell=True)