Skip to content

Commit 4abcf54

Browse files
author
wangshiyouyang
committed
update
1 parent 42bbf94 commit 4abcf54

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ubuntu_install.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,8 @@ virtualenv venv -p python3
122122
echo "activate venv"
123123
source venv/bin/activate
124124
line
125-
echo "set pip config"
126-
pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
125+
# echo "set pip config"
126+
# pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
127127
pip install --upgrade pip
128128
line
129129
echo "need python require"
@@ -136,7 +136,7 @@ else
136136
if [ -f /usr/include/mysql/mysql.h ]; then
137137
sudo ln -s /usr/include/mysql/mysql.h /usr/include/mysql/my_config.h
138138
else
139-
echo "mysql config file is not ok, please check /usr/include/mysql/my_config.h exsist or not "
139+
echo "mysql configuration file does not exist, please check /usr/include/mysql/my_config.h exsist or not "
140140
exit 1
141141
fi
142142
fi

0 commit comments

Comments
 (0)