Skip to content

Commit 5ce4467

Browse files
authored
Debug activate-conda.sh
1 parent 86ff1fa commit 5ce4467

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

repo2docker/buildpacks/conda/activate-conda.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# enable conda and activate the notebook environment
2+
set -ex
23
eval $(micromamba shell hook -s posix -r ${CONDA_DIR})
34
for name in conda mamba; do
45
CONDA_PROFILE="${CONDA_DIR}/etc/profile.d/${name}.sh"

0 commit comments

Comments
 (0)