There isn't a built-in flag yet, but you can use pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip ...
確定! 回上一頁