fixing on test branch

This commit is contained in:
Mr Finchum 2025-11-03 13:12:56 +01:00
parent 7d08bffd4c
commit 623308712f
Signed by: CodeByMrFinchum
GPG key ID: C06071E8082FFA0B

View file

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