feat: start.sh
This commit is contained in:
2
start.sh
2
start.sh
@@ -21,4 +21,4 @@ source ~/.bashrc
|
|||||||
conda activate petshy
|
conda activate petshy
|
||||||
echo "当前激活的环境:$(conda info --envs | grep '*' | awk '{print $1}')"
|
echo "当前激活的环境:$(conda info --envs | grep '*' | awk '{print $1}')"
|
||||||
python --version
|
python --version
|
||||||
conda env update --file environment.yml -y
|
conda env update --file environment.yml
|
||||||
Reference in New Issue
Block a user