From f42e94ce4ed8ad1308cf154d236033c842a3f278 Mon Sep 17 00:00:00 2001 From: Jrohy Date: Fri, 5 Feb 2021 09:43:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dpython3.5=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E5=AE=89=E8=A3=85pip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0e476d2..97a1f90 100644 --- a/install.sh +++ b/install.sh @@ -172,7 +172,7 @@ webInstall(){ pipInstall(){ [[ $NO_PIP == 1 ]] && return PY3_VERSION=`python3 -V|tr -cd '[0-9.]'|cut -d. -f2` - if [ $PY3_VERSION -gt 4 ];then + if [ $PY3_VERSION -gt 5 ];then python3 <(curl -sL https://bootstrap.pypa.io/get-pip.py) else if [[ -z `command -v pip` ]];then