anaconda / nb_conda

Conda environment and package access extension from within Jupyter
BSD 3-Clause "New" or "Revised" License
140 stars 32 forks source link

Use conda 4.4+-style install for Travis-CI (conda activate, ...) #73

Closed tjd2002 closed 6 years ago

tjd2002 commented 6 years ago

This patch causes Travis to install and use miniconda in the conda 4.4 way: -running conda.sh as a shell script instead of adding $HOME/miniconda3/bin to the path -activating with conda activate <env>

This style of installation and use would seem to be the future. However I'm not sure that we shouldn't be testing both methods, since the miniconda installer and instructions at conda.io still tell the user to add the base bin directory to their path.

Also, I'm not familiar with conda installation on windows, so this PR doesn't touch the AppVeyor stuff.

tjd2002 commented 6 years ago

Incorporated in #75