Compare commits

..

2 commits

Author SHA1 Message Date
7ae4af24e7
setting python version to 3.12 2025-11-03 13:20:09 +01:00
623308712f
fixing on test branch 2025-11-03 13:12:56 +01:00

View file

@ -24,8 +24,8 @@ else
fi
echo "Creating micromamba environment 'ol'..."
eval "$("$MAMBA_DIR"/bin/micromamba shell hook -s bash)"
micromamba create -y -n ol pip # First creating the mm env.
eval "$("$MAMBA_DIR"/etc/profile.d/mamba.sh shell hook -s bash)"
micromamba create -y -n ol python=3.12 pip # First creating the mm env.
echo "Installing with OptimaLab35..."
micromamba run -n ol pip install OptimaLab35 # Then installing OL35, mm dosnt like to create env with OL35