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 ded8ca230c596c9946ed11c41a2878c48120a1f5
parent 10c47fc02c35c0297584242e760e47a4b5b90a1f
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue, 15 Sep 2015 15:41:58 +0200

run pip upgrade with sudo

Diffstat:
M.zshrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.zshrc b/.zshrc @@ -101,7 +101,7 @@ alias lla='ls -lA' #alias l='ls -CF' alias ipython-prof='ipython -m cProfile -s time' alias python-prof='python -m cProfile -s time' -alias pipupgrade='pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs pip install -U' +alias pipupgrade='pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs sudo pip install -U' # enable color support of ls and also add handy aliases if [[ "$ARCH" != 'Darwin' ]]; then