Skip to content
Snippets Groups Projects
Commit f32c62d6 authored by Katrina Sharonin's avatar Katrina Sharonin
Browse files

updated micromamba path

parent 65c83cf6
No related branches found
No related tags found
No related merge requests found
......@@ -10,8 +10,10 @@ echo "Initial working directory: $(pwd -P)"
# install micromamba
curl micro.mamba.pm/install.sh | bash
# set variables
MAMBA_EXE="$basedir/micromamba" # path to micromamba binary
MAMBA_EXE="$basedir/bin/micromamba" # path to micromamba binary
MY_MAMBA_ENV="$basedir/micromamba/envs/rio-tiler-new"
echo $PATH
echo "micromamba version: $($MAMBA_EXE --version)"
# flag - may need to modify order of arguments
"$MAMBA_EXE" create -f "$basedir/rio-tiler-new.yml" -p "$MY_MAMBA_ENV"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment