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 d1b993c commit 675772aCopy full SHA for 675772a
common/install_conda.sh
@@ -5,7 +5,8 @@ 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
+# NB: Manually invoke bash per https://github.com/conda/conda/issues/10431
9
+bash ./Miniconda3-latest-Linux-x86_64.sh -b -p /opt/conda
10
rm Miniconda3-latest-Linux-x86_64.sh
11
export PATH=/opt/conda/bin:$PATH
12
conda install -y conda-build anaconda-client git ninja
0 commit comments