Open kabilar opened 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.
Thank you, Satra.
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"
Description
I might be missing something obvious, but I am unable to activate a conda environment in the terminal on the current ansible deployment (i.e. production) and the DoEKS deployment (i.e. staging). This is the case for both existing conda environments and new environments (e.g.
conda create -n test python=3.10
).See error stack below. This is even the case after running
conda init
and then relaunching the terminal to runconda activate base
.