From 6470687948dbdad3d3f1ecb95c899ec098e0ea46 Mon Sep 17 00:00:00 2001 From: Blaise Thompson Date: Thu, 14 Jun 2018 10:00:49 -0500 Subject: 2018-06-14 10:00 --- dotfiles/bashrc.sync | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'dotfiles/bashrc.sync') diff --git a/dotfiles/bashrc.sync b/dotfiles/bashrc.sync index 9d107fe..3cf596a 100644 --- a/dotfiles/bashrc.sync +++ b/dotfiles/bashrc.sync @@ -59,3 +59,7 @@ function print-yellow { NC='\033[0m' # No Color printf "${YELLOW}$*${NC}\n" } + +function pip3-update-all { + pip3 freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip3 install -U +} -- cgit v1.2.3