Skip to content

Commit

Permalink
try conda init to allow activate
Browse files Browse the repository at this point in the history
  • Loading branch information
stoiveroberts committed Dec 17, 2022
1 parent ea640f8 commit 921b668
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/install_conda_travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ chmod +x Miniforge3.sh && ./Miniforge3.sh -b
export PATH=/home/travis/miniforge3/bin:$PATH

conda update --yes conda
conda init bash

# Configure the conda environment
conda create -n anuga_env --yes python=$PYTHON_VERSION pip numpy scipy meshpy cython netcdf4 pytest matplotlib gdal dill gitpython Pmw pymetis utm mpi4py
Expand Down

0 comments on commit 921b668

Please sign in to comment.