We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
set -e
1 parent 54bf2e7 commit 12fc6ddCopy full SHA for 12fc6dd
repo2docker/buildpacks/conda/activate-conda.sh
@@ -1,5 +1,5 @@
1
# enable conda and activate the notebook environment
2
-set -ex
+set -e
3
eval $(micromamba shell hook -s posix -r ${CONDA_DIR})
4
for name in conda mamba; do
5
CONDA_PROFILE="${CONDA_DIR}/etc/profile.d/${name}.sh"
@@ -21,3 +21,5 @@ if [[ "${KERNEL_PYTHON_PREFIX}" != "${NB_PYTHON_PREFIX}" ]]; then
21
else
22
mamba activate ${NB_PYTHON_PREFIX}
23
fi
24
+
25
+set +e
0 commit comments