From f8d763fb7ecb24f7cc28478c115e7a94b8413967 Mon Sep 17 00:00:00 2001 From: linhong <1219772706@qq.com> Date: Sat, 11 Oct 2025 12:35:21 +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 de3feb6..5df3fa8 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 \ No newline at end of file