Skip to content

Commit

Permalink
windows : trying to install miniconda under $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Jul 5, 2019
1 parent 662fe4c commit f40a916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion before_install_nix_win_cache.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then
export MINICONDA_PATH=$HOME/miniconda;
export MINICONDA_SUB_PATH=$MINICONDA_PATH/bin;
elif [[ "$TRAVIS_OS_NAME" == "windows" ]]; then
export MINICONDA_PATH=/c/tools/miniconda3;
export MINICONDA_PATH=$HOME/miniconda;
export MINICONDA_PATH_WIN=`cygpath --windows $MINICONDA_PATH`;
export MINICONDA_SUB_PATH=$MINICONDA_PATH/Scripts;
fi;
Expand Down

0 comments on commit f40a916

Please sign in to comment.