Browse Source

pip -> pip3

Chris 5 years ago
parent
commit
f2c8778fef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/install.sh

+ 1 - 1
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() { \