From 8a71d9c5c1db24929dc13a1bc4699986a30fc992 Mon Sep 17 00:00:00 2001 From: Jrohy <1101400284@qq.com> Date: Sun, 23 Sep 2018 16:18:16 +0800 Subject: [PATCH] pip install fix --- multi-v2ray.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multi-v2ray.sh b/multi-v2ray.sh index 61fd2d1d..bf34244a 100644 --- a/multi-v2ray.sh +++ b/multi-v2ray.sh @@ -140,7 +140,8 @@ installDependent(){ fi # 安装 pip依赖 - python3 -m pip install pyopenssl + python3 <(curl -sL https://bootstrap.pypa.io/get-pip.py) + pip3 install pyopenssl } #设置定时升级任务