Skip to content

Commit

Permalink
Remove duplicated call to micromamba shell hook
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan committed Aug 22, 2024
1 parent be0ed41 commit c19c508
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions repo2docker/buildpacks/conda/install-base-env.bash
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@ chmod 0755 "$MICROMAMBA_EXE"

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

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

micromamba activate

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

0 comments on commit c19c508

Please sign in to comment.