We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cb6506 commit a48ccb3Copy full SHA for a48ccb3
scripts/install_miniconda.sh
@@ -35,7 +35,7 @@ if [ ! -d $INSTALL_FOLDER ] || [ ! -e $INSTALL_FOLDER/bin/conda ]; then
35
36
echo "Installing miniconda for python-$PYTHON_VERSION to $INSTALL_FOLDER"
37
# install miniconda to home folder
38
- bash ${DOWNLOAD_PATH} -b -p $INSTALL_FOLDER
+ bash ${DOWNLOAD_PATH} -b -f -p $INSTALL_FOLDER
39
40
# tidy up
41
rm ${DOWNLOAD_PATH}
0 commit comments