Merge pull request #3 from gedankenstuecke/patch-1

allow upgrade of miniconda during install
This commit is contained in:
Yuvi Panda
2018-06-28 16:49:27 -07:00
committed by GitHub

View File

@@ -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