Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Jan 31, 2025
1 parent 548e763 commit 28e43b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ chmod 0755 "$MICROMAMBA_EXE"

# Setting up micromamba in this shell and permanently
eval "$(${MICROMAMBA_EXE} shell hook --root-prefix ${CONDA_DIR} -s posix)"
${MICROMAMBA_EXE} shell init -s bash --root-prefix ${CONDA_DIR}

export "export MAMBA_ROOT_PREFIX=${CONDA_DIR}" >> ${CONDA_DIR}/etc/profile.d/mamba.sh

micromamba activate

Expand Down

0 comments on commit 28e43b7

Please sign in to comment.