Skip to content

Commit 52aa1e2

Browse files
committed
restore path
1 parent 5d138ba commit 52aa1e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ci/install_travis.sh

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ else
3636
time wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh || exit 1
3737
fi
3838
time bash miniconda.sh -b -p "$MINICONDA_DIR" || exit 1
39+
export PATH="$MINICONDA_DIR/bin:$PATH"
3940

4041
echo "[show conda]"
4142
which conda

0 commit comments

Comments
 (0)