Skip to content

Instantly share code, notes, and snippets.

@itmuzukashiii
Created November 8, 2022 04:53
Show Gist options
  • Save itmuzukashiii/db8b32383bbd34ecdc08b4891a713411 to your computer and use it in GitHub Desktop.
Save itmuzukashiii/db8b32383bbd34ecdc08b4891a713411 to your computer and use it in GitHub Desktop.
Python: pip で全パッケージの一括更新

Python: pip で全パッケージの一括更新を行う

PowerShell から下記のように実行

python -m pip install -U (python -m pip list --format=freeze | %{ $_ -Replace '==.*', '' })
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment