bin/pip_upgrade_all
2021-08-26 10:19:44 +02:00

2 行
96 B
Plaintext
実行ファイル

pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U