We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d138ba commit 52aa1e2Copy full SHA for 52aa1e2
ci/install_travis.sh
@@ -36,6 +36,7 @@ else
36
time wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh || exit 1
37
fi
38
time bash miniconda.sh -b -p "$MINICONDA_DIR" || exit 1
39
+export PATH="$MINICONDA_DIR/bin:$PATH"
40
41
echo "[show conda]"
42
which conda
0 commit comments