diff --git a/shell/bot.sh b/shell/bot.sh index 373ec42cf62..02d20f3e96f 100644 --- a/shell/bot.sh +++ b/shell/bot.sh @@ -30,6 +30,7 @@ if [[ $PipMirror ]]; then pip3 config set global.index-url $PipMirror fi cp -f "$repo_path/jbot/requirements.txt" "$dir_root" +cd $dir_root pip3 --default-timeout=100 install -r requirements.txt --no-cache-dir echo -e "\npython3依赖安装成功...\n"