Skip to content

Commit

Permalink
0909 mamba init update
Browse files Browse the repository at this point in the history
  • Loading branch information
mvanrongen committed Sep 9, 2024
1 parent b5eb8be commit 9b27fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions materials/mamba.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install _Mamba_, run the following commands from the terminal (this will inst
curl -L -O "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
/bin/bash Miniforge3-$(uname)-$(uname -m).sh -b -p $HOME/miniforge3
rm Miniforge3-$(uname)-$(uname -m).sh
$HOME/miniforge3/bin/mamba init
$HOME/miniforge3/bin/mamba init --all
```

Restart your terminal.
Expand All @@ -37,7 +37,7 @@ To install _Mamba_, run the following commands from the terminal (this will inst
wget "https://github.com/conda-forge/miniforge/releases/latest/download/Miniforge3-$(uname)-$(uname -m).sh"
bash Miniforge3-$(uname)-$(uname -m).sh -b -p $HOME/miniforge3
rm Miniforge3-$(uname)-$(uname -m).sh
$HOME/miniforge3/bin/mamba init
$HOME/miniforge3/bin/mamba init --all
```

Restart your terminal.
Expand Down

0 comments on commit 9b27fea

Please sign in to comment.