This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
machine: | |
environment: | |
MINICONDA: "$HOME/miniconda" | |
MINICONDA_PATH: "$MINICONDA/bin" | |
PATH: "$MINICONDA_PATH:$PATH" | |
CONDA: "$MINICONDA_PATH/conda" | |
ANACONDA: "$MINICONDA_PATH/anaconda" | |
# This ensures we don't accidentally pull in ~/.condarc | |
# if it happens to be there for some strange reason | |
CONDARC: "$MINICONDA/condarc.none" |