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 7a44689 commit fdad948Copy full SHA for fdad948
common/install_conda.sh
@@ -5,7 +5,7 @@ set -ex
5
# Anaconda
6
wget -q https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
7
chmod +x Miniconda3-latest-Linux-x86_64.sh
8
-./Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda
+bash Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda
9
rm Miniconda3-latest-Linux-x86_64.sh
10
export PATH=/opt/conda/bin:$PATH
11
conda install -y conda-build anaconda-client git ninja
0 commit comments