feat: start.sh

This commit is contained in:
2025-10-11 12:35:21 +08:00
parent 079c7bfba8
commit f8d763fb7e

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