Skip to content

Instantly share code, notes, and snippets.

@wangqr
Created December 4, 2016 06:53
Show Gist options
  • Save wangqr/5acb7555342c3ba18b5566fe358b7167 to your computer and use it in GitHub Desktop.
Save wangqr/5acb7555342c3ba18b5566fe358b7167 to your computer and use it in GitHub Desktop.
#! /bin/sh
python3 -m pip list --outdated |cut -d ' ' -f 1 |xargs -n1 python3 -m pip install --upgrade
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment