Skip to content

Instantly share code, notes, and snippets.

@jorgeadev
Created July 13, 2025 01:01
Show Gist options
  • Select an option

  • Save jorgeadev/b9a967cd9de98199f2007b7c6df6e850 to your computer and use it in GitHub Desktop.

Select an option

Save jorgeadev/b9a967cd9de98199f2007b7c6df6e850 to your computer and use it in GitHub Desktop.

To update all outdated pip packages in Windows run:

python -m pip freeze | % { $_.split('==')[0] } | %{ python -m pip install --upgrade $_ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment