Skip to content

Instantly share code, notes, and snippets.

@madosuki
Last active December 20, 2017 09:00
Show Gist options
  • Save madosuki/6fd6138aeefe040d448bb0746ca3844c to your computer and use it in GitHub Desktop.
Save madosuki/6fd6138aeefe040d448bb0746ca3844c to your computer and use it in GitHub Desktop.
py -3 -m pip freeze --local | ForEach-Object { py -3 -m pip install -U $($_-split("=="))[0]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment