浏览代码

pip -> pip3

Chris 5 年之前
父节点
当前提交
f2c8778fef
共有 1 个文件被更改,包括 1 次插入1 次删除
  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() { \