Simply execute: $ pip list --outdated | cut -d' ' -f1 | xargs pip install --upgrade. for any version of pip that has the list command (which ...
確定! 回上一頁