From f7785b0f593cfaa0ba7a478a4734a14b057f27cb Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Sun, 29 Dec 2019 05:02:33 -0800 Subject: [PATCH] run pip with maybesudo --- home/-shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/-shrc b/home/-shrc index 2b35ad2..919abc0 100644 --- a/home/-shrc +++ b/home/-shrc @@ -127,7 +127,7 @@ alias revend='objcopy -I binary -O binary --reverse-bytes=4' alias aur="BUILDDIR=$HOME/src $HOME/sh/aur -jj" alias clone='maybesudo rsync -aHA --info=progress2 --no-i-r' alias aligntabs="column -t -s$'\t'" -alias pippy="py -m pip install --upgrade --upgrade-strategy only-if-needed" +alias pippy="maybesudo python3 -m pip install --upgrade --upgrade-strategy only-if-needed" alias crawla='ssh joshua@crawl.akrasiac.org -i ~/.ssh/crawl' alias crawlz='ssh crawl@crawl.develz.org -i ~/.ssh/crawl'