📜  更新所有 pip 库 ubuntu - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:50.693000             🧑  作者: Mango

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