Skip to content

Commit

Permalink
Initialize current shell
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <git@jjerphan.xyz>
  • Loading branch information
jjerphan committed Aug 21, 2024
1 parent 0567403 commit e4b24a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ chmod 0755 "$MICROMAMBA_EXE"

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

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

micromamba activate

export PATH="${PWD}/bin:$PATH"
Expand Down

0 comments on commit e4b24a4

Please sign in to comment.