Python: pip で全パッケージの一括更新を行う PowerShell から下記のように実行 python -m pip install -U (python -m pip list --format=freeze | %{ $_ -Replace '==.*', '' })