mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
Merge pull request #3 from gedankenstuecke/patch-1
allow upgrade of miniconda during install
This commit is contained in:
@@ -25,7 +25,7 @@ function install_miniconda {
|
||||
exit 1
|
||||
fi
|
||||
|
||||
bash ${INSTALLER_PATH} -b -p ${CONDA_DIR}
|
||||
bash ${INSTALLER_PATH} -u -b -p ${CONDA_DIR}
|
||||
|
||||
# Allow easy direct installs from conda forge
|
||||
${CONDA_DIR}/bin/conda config --system --add channels conda-forge
|
||||
|
||||
Reference in New Issue
Block a user