From c8b6d6468ab0da7e3af0ba0824e55d8b35770b8b Mon Sep 17 00:00:00 2001 From: thawn Date: Tue, 30 May 2023 12:39:01 +0200 Subject: [PATCH 1/2] added more details for the mambaforge installation process on mac fixes issue #68 --- .../getting_started_with_mambaforge_and_python/readme.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/mara_lampert/getting_started_with_mambaforge_and_python/readme.md b/docs/mara_lampert/getting_started_with_mambaforge_and_python/readme.md index b4de1da..50e4d29 100644 --- a/docs/mara_lampert/getting_started_with_mambaforge_and_python/readme.md +++ b/docs/mara_lampert/getting_started_with_mambaforge_and_python/readme.md @@ -75,7 +75,12 @@ curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Mi bash Miniforge3-$(uname)-$(uname -m).sh ``` -You just follow the instructions, press `Enter` and type _yes_ like here: +You follow the instructions: + +1. press `Enter` +2. read the license instructions (scroll down with the `down arrow` key) and type `yes` +3. confirm the installation path with `Enter` +4. IMPORTANT when asked if you want to initialize Mambaforge, type `yes` like here: ![](imgs/2_mac_install_3.png) From 435c11ee5350190e457edc9610ccee746a30e862 Mon Sep 17 00:00:00 2001 From: Mara Lampert Date: Tue, 19 Dec 2023 20:56:56 +0100 Subject: [PATCH 2/2] change name from mambaforge to miniforge installation on mac --- .../getting_started_with_mambaforge_and_python/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mara_lampert/getting_started_with_mambaforge_and_python/readme.md b/docs/mara_lampert/getting_started_with_mambaforge_and_python/readme.md index 50e4d29..a8e84d4 100644 --- a/docs/mara_lampert/getting_started_with_mambaforge_and_python/readme.md +++ b/docs/mara_lampert/getting_started_with_mambaforge_and_python/readme.md @@ -80,7 +80,7 @@ You follow the instructions: 1. press `Enter` 2. read the license instructions (scroll down with the `down arrow` key) and type `yes` 3. confirm the installation path with `Enter` -4. IMPORTANT when asked if you want to initialize Mambaforge, type `yes` like here: +4. IMPORTANT when asked if you want to initialize Miniforge, type `yes` like here: ![](imgs/2_mac_install_3.png)