Skip to content

Commit

Permalink
indicate CONDA_PYTHON
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Jun 12, 2019
1 parent 96ef213 commit e31aaf0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install_nix_win_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export PATH="$MINICONDA_PATH:$MINICONDA_SUB_PATH:$MINICONDA_LIB_BIN_PATH:$PATH";
source $MINICONDA_PATH/etc/profile.d/conda.sh;
hash -r;
echo $TRAVIS_OS_NAME
echo $CONDA_PYTHON
python --version
conda config --set always_yes yes --set changeps1 no;
conda update -q conda;
Expand Down

0 comments on commit e31aaf0

Please sign in to comment.