From 52101a2f7315674bd5120330b0b305311c142525 Mon Sep 17 00:00:00 2001 From: Klesh Wong Date: Wed, 4 Nov 2020 22:53:33 +0800 Subject: [PATCH] [feature] set root pip.conf --- python/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python/install.sh b/python/install.sh index c2907a4..b1987fb 100755 --- a/python/install.sh +++ b/python/install.sh @@ -10,6 +10,8 @@ if in_china; then sudo mkdir -p /root/.pip sudo cp "$DIR/pip.conf" /root/.pip/pip.conf fi + sudo mkdir -p /root/.pip + sudo cp python/pip.conf /root/.pip/pip.conf fi # install python3