mirror of
https://github.com/jupyterhub/the-littlest-jupyterhub.git
synced 2025-12-18 21:54:05 +08:00
allow upgrade of miniconda during install
This commit is contained in:
committed by
GitHub
parent
47879aee5a
commit
d4e208a3a6
@@ -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