Skip to content

Commit

Permalink
fixup! Initialize current shell
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan committed Aug 21, 2024
1 parent e4b24a4 commit d19609b
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 @@ -23,7 +23,7 @@ chmod 0755 "$MICROMAMBA_EXE"

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

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

micromamba activate

Expand Down

0 comments on commit d19609b

Please sign in to comment.