dandi / dandi-hub

Infrastructure and code for the dandihub
https://hub.dandiarchive.org
Other
11 stars 23 forks source link

Unable to activate conda or mamba environments #126

Open kabilar opened 8 months ago

kabilar commented 8 months ago

Description

satra commented 8 months ago

base is always the default, so no need to activate. the second is that conda init does not persist in jupyterhub right now. it has to do with how init's take place.

kabilar commented 3 months ago

Thank you, Satra.

asmacdo commented 3 months ago

Could we have the same result by by modifying the profile scripts in the base image?

ie

export CONDA_EXE="/path/to/conda/bin/conda"
export _CE_M=""
export _CE_CONDA=""
. "/path/to/conda/etc/profile.d/conda.sh"