dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit f8e8e203abd38ec5b8c5fe5e6b3888a455cb89cc
parent 3c26ffaeae146e70138117167c5428cd42d784a1
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Thu, 17 Sep 2015 08:05:15 +0200

upgrade pip packages

Diffstat:
Mbin/uu | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/uu b/bin/uu @@ -22,3 +22,6 @@ fi cd ~/.emacs.d && \ git pull && \ git submodule sync; git submodule update + +# pip packages +pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs sudo pip install -U