Fix mm env creation
This commit is contained in:
parent
771ff00b04
commit
0297935c92
1 changed files with 2 additions and 1 deletions
|
|
@ -18,7 +18,8 @@ fi
|
||||||
|
|
||||||
echo "Creating micromamba environment 'ol' with OptimaLab35..."
|
echo "Creating micromamba environment 'ol' with OptimaLab35..."
|
||||||
eval "$("$MAMBA_DIR"/bin/micromamba shell hook -s bash)"
|
eval "$("$MAMBA_DIR"/bin/micromamba shell hook -s bash)"
|
||||||
micromamba create -y -n ol pip OptimaLab35
|
micromamba create -y -n ol pip # First creating the mm env.
|
||||||
|
micromamba run -n ol pip install OptimaLab35 # Then installing OL35, mm dosnt like to create env with OL35
|
||||||
|
|
||||||
echo "Creating config directory..."
|
echo "Creating config directory..."
|
||||||
mkdir -p "$CONFIG_DIR"
|
mkdir -p "$CONFIG_DIR"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue