From ffcadeaf3172f3b881fb7db8eb31c91546cbfcb3 Mon Sep 17 00:00:00 2001
From: Joel Grunbaum <joelgrun@gmail.com>
Date: Fri, 09 Oct 2020 10:54:35 +0000
Subject: [PATCH] updated emacs

---
 all-shells/.commonshell |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/all-shells/.commonshell b/all-shells/.commonshell
index 945ac86..60db69e 100644
--- a/all-shells/.commonshell
+++ b/all-shells/.commonshell
@@ -6,7 +6,7 @@
 alias less='less -r'
 alias stats="find . -type f -printf '%f\n' | sed -r -n 's/.+(\..*)$/\1/p' | sort | uniq -c"
 
-alias pip-upgrade="pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 pip install -U"
+alias pip-upgrade="python -m pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1  | xargs -n1 python -m pip install -U"
 
 export EDITOR="/usr/bin/emacsclient -nw -a /usr/bin/vim"
 alias ec=$EDITOR

--
Gitblit v1.9.3