File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ virtualenv venv -p python3
122122echo " activate venv"
123123source venv/bin/activate
124124line
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
127127pip install --upgrade pip
128128line
129129echo " need python require"
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
142142fi
You can’t perform that action at this time.
0 commit comments