From f2c8778fef8a9a73cc73cd492892213ce79becd0 Mon Sep 17 00:00:00 2001 From: Chris Date: Tue, 12 May 2020 14:27:27 -0400 Subject: pip -> pip3 --- utils/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/install.sh b/utils/install.sh index c4fc9cac..1353f431 100755 --- a/utils/install.sh +++ b/utils/install.sh @@ -83,7 +83,7 @@ installonmac() { \ } pipinstallueberzug() { \ - which pip > /dev/null && pip3 install ueberzug || echo "Not installing ueberzug pip not found" + which pip3 > /dev/null && pip3 install ueberzug || echo "Not installing ueberzug pip not found" } installonubuntu() { \ -- cgit v1.2.3