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.
1 parent 86ff1fa commit 5ce4467Copy full SHA for 5ce4467
repo2docker/buildpacks/conda/activate-conda.sh
@@ -1,4 +1,5 @@
1
# enable conda and activate the notebook environment
2
+set -ex
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"
0 commit comments