From c831236fa8266d9b89fb5483d2c229777af954ec Mon Sep 17 00:00:00 2001 From: Professor Philip Lewis Date: Fri, 14 Jul 2023 11:46:20 +0100 Subject: [PATCH] local install of mamba allowed --- notebooks/OutsideInstall-Local.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/notebooks/OutsideInstall-Local.md b/notebooks/OutsideInstall-Local.md index 7495de8..702e9e2 100644 --- a/notebooks/OutsideInstall-Local.md +++ b/notebooks/OutsideInstall-Local.md @@ -27,17 +27,18 @@ We assume you will setup the repository in your home directory (`~`). If not, th This will be faster if you first install the package `mamba`. To do this: - conda install -c conda-forge mamba + conda create -y -n mamba + conda activate mamba + conda install -y -c conda-forge mamba -Answer `Y` to any prompts. If you choose to use `mamba` then you can install the `geog0111` environment with: - mamba env create --force -n geog0111 -f environment.yml + mamba env create -y --force -n geog0111 -f environment.yml This may take minutes/tens of minutes. If you do not have `mamba`, just use `conda` (Warning: this is *much* slower): - conda env create --force -n geog0111 -f environment.yml + conda env create -y --force -n geog0111 -f environment.yml ## 3. Set up anaconda.