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

changed create line to fit previous syntax

parent ae6f13eb
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ MAMBA_EXE="$basedir/micromamba" # path to micromamba binary
MY_MAMBA_ENV="$basedir/micromamba/envs/rio-tiler-new"
# flag - may need to modify order of arguments
"$MAMBA_EXE" create -p "$MY_MAMBA_ENV" "$basedir/rio-tiler-new.yml"
"$MAMBA_EXE" create -f "$basedir/rio-tiler-new.yml" -p "$MY_MAMBA_ENV"
# creek sample run with exec
"$MAMBA_EXE" run -p "$MY_MAMBA_ENV" python -u -c "import FireRun; FireRun.CreekSamplerun()"
......
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