Compare commits
No commits in common. "7ae4af24e7983f626e0fbaaaf958cde9e79a20d2" and "7d08bffd4cfc0fedea1861b59c86412374fa152e" have entirely different histories.
7ae4af24e7
...
7d08bffd4c
1 changed files with 2 additions and 2 deletions
|
|
@ -24,8 +24,8 @@ else
|
|||
fi
|
||||
|
||||
echo "Creating micromamba environment 'ol'..."
|
||||
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.
|
||||
eval "$("$MAMBA_DIR"/bin/micromamba shell hook -s bash)"
|
||||
micromamba create -y -n ol 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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue