Kaynağa Gözat

pip -> pip3

Chris 5 yıl önce
ebeveyn
işleme
f2c8778fef
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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() { \