From 079c7bfba83addb941b161410e89da5e14d5c703 Mon Sep 17 00:00:00 2001 From: linhong <1219772706@qq.com> Date: Sat, 11 Oct 2025 12:33:31 +0800 Subject: [PATCH] feat: start.sh --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index b307692..de3feb6 100755 --- a/start.sh +++ b/start.sh @@ -21,4 +21,4 @@ source ~/.bashrc conda activate petshy echo "当前激活的环境:$(conda info --envs | grep '*' | awk '{print $1}')" python --version -conda env update --file environment.yml - y \ No newline at end of file +conda env update --file environment.yml -y \ No newline at end of file