Skip to content

Commit c19c508

Browse files
authored
Remove duplicated call to micromamba shell hook
1 parent be0ed41 commit c19c508

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

repo2docker/buildpacks/conda/install-base-env.bash

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ chmod 0755 "$MICROMAMBA_EXE"
2323

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

26-
eval "$(micromamba shell hook --shell bash)"
27-
2826
micromamba activate
2927

3028
export PATH="${PWD}/bin:$PATH"

0 commit comments

Comments
 (0)