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 5f82b2c commit 374efffCopy full SHA for 374efff
repo2docker/buildpacks/conda/activate-conda.sh
@@ -1,5 +1,5 @@
1
# enable conda and activate the notebook environment
2
-export MAMBA_EXE="/tmp/bin/micromamba"
+/tmp/bin/micromamba shell init -s bash -p ${CONDA_DIR}
3
export MAMBA_ROOT_PREFIX="/srv/conda"
4
CONDA_PROFILE="${CONDA_DIR}/etc/profile.d/mamba.sh"
5
test -f $CONDA_PROFILE && . $CONDA_PROFILE
0 commit comments