Skip to content

Commit f6900b2

Browse files
committed
overcoming bug in miniconda installation script
1 parent b67a323 commit f6900b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

data-science-stack

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ NOTEBOOKS_VERSION=21.06
99
MIN_DRIVER=525.78
1010
MIN_CUDA=11.2.152
1111
MIN_DOCKER=20.10.23
12-
MIN_CONDA=22.11.1
12+
MIN_CONDA=22.11.1-1
1313

1414
SCRIPT_NAME=$(basename $0)
1515
RUNFROM=$(dirname $(readlink -f $0))
@@ -599,7 +599,7 @@ install_miniconda () {
599599

600600
curl https://repo.anaconda.com/miniconda/Miniconda3-py37_$MIN_CONDA-Linux-x86_64.sh -o miniconda.sh
601601
chmod +x miniconda.sh
602-
./miniconda.sh -bf -p ${CONDA_ROOT} # Use the existing Conda
602+
/usr/bin/bash ./miniconda.sh -bf -p ${CONDA_ROOT} # Use the existing Conda
603603
rm -f ./miniconda.sh
604604

605605
echo "export PATH=${CONDA_ROOT}/bin:\$PATH # DATA-SCIENCE-STACK-ADDED" >> ${HOME}/.bashrc

0 commit comments

Comments
 (0)