feat: start.sh

This commit is contained in:
2025-10-11 12:33:31 +08:00
parent 5e9b7c66a2
commit 079c7bfba8

View File

@@ -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
conda env update --file environment.yml -y