Skip to content

Commit

Permalink
update miniconda install for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Acribbs committed Apr 8, 2020
1 parent 985ff0c commit d9eb051
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,11 +223,11 @@ conda_install() {

log "downloading miniconda"
# download and install conda
curl -O https://repo.continuum.io/miniconda/${MINICONDA}
wget https://repo.continuum.io/miniconda/${MINICONDA} -O miniconda.sh;

log "installing miniconda"
bash ${MINICONDA} -b -p $CONDA_INSTALL_DIR
source "${CONDA_INSTALL_DIR}/bin/activate"
bash miniconda.sh -b -p $HOME/miniconda
source "$HOME/miniconda/bin/activate"
hash -r

# install cgat environment
Expand Down

0 comments on commit d9eb051

Please sign in to comment.