Skip to content

Commit

Permalink
Debug activate-conda.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jjerphan authored Aug 30, 2024
1 parent 86ff1fa commit 5ce4467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repo2docker/buildpacks/conda/activate-conda.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# enable conda and activate the notebook environment
set -ex
eval $(micromamba shell hook -s posix -r ${CONDA_DIR})
for name in conda mamba; do
CONDA_PROFILE="${CONDA_DIR}/etc/profile.d/${name}.sh"
Expand Down

0 comments on commit 5ce4467

Please sign in to comment.