ArthurZ

Upgrade all outdated pip packages

Sep 26th, 2017
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.08 KB | None | 0 0
  1. pip freeze --local | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U
Add Comment
Please, Sign In to add comment