Skip to content

Commit

Permalink
Use --root-prefix flag instead of --prefix flag
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan and Hind-M committed Aug 22, 2024
1 parent b57bf60 commit 6ade75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ time wget -qO- ${URL} | tar -xvj bin/micromamba
mv bin/micromamba "$MICROMAMBA_EXE"
chmod 0755 "$MICROMAMBA_EXE"

eval "$(${MICROMAMBA_EXE} shell hook -p ${CONDA_DIR} -s posix)"
eval "$(${MICROMAMBA_EXE} shell hook --root-prefix ${CONDA_DIR} -s posix)"

eval "$(micromamba shell hook --shell bash)"

Expand Down

0 comments on commit 6ade75f

Please sign in to comment.