Update lib.sh
This commit is contained in:
parent
ca0aed7240
commit
07e017c9a7
|
|
@ -104,7 +104,8 @@ fi
|
|||
#面板需要的库
|
||||
|
||||
if [ ! -f /usr/local/bin/pip3 ];then
|
||||
python3 -m pip install --upgrade pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple
|
||||
# python3 -m pip install --upgrade pip setuptools wheel -i https://mirrors.aliyun.com/pypi/simple
|
||||
python3 -m pip install --upgrade pip setuptools wheel -i https://pypi.python.org/pypi
|
||||
fi
|
||||
|
||||
pip install --upgrade pip
|
||||
|
|
|
|||
Loading…
Reference in New Issue