Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
More fixes.
  • Loading branch information
mithro committed Sep 9, 2015
1 parent 1954eec commit db89349
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/get-env.sh
Expand Up @@ -18,6 +18,8 @@ set -e
wget -c https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
chmod a+x Miniconda3-latest-Linux-x86_64.sh
./Miniconda3-latest-Linux-x86_64.sh -p $CONDA_DIR -b
conda config --set always_yes yes --set changeps1 no
conda update -q conda
fi
export PATH=$CONDA_DIR/bin:$PATH
conda config --add channels timvideos
Expand Down

0 comments on commit db89349

Please sign in to comment.