Skip to content

Commit

Permalink
more output
Browse files Browse the repository at this point in the history
  • Loading branch information
ReimarBauer committed Dec 8, 2023
1 parent 6fcaa2e commit df602d4
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions LinuxMac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@ echo "mamba installed"
fi &&

echo $HOME
ls $HOME
ls $HOME/Miniforge
ls $HOME/Miniforge/etc/profile.d/

. "$HOME/miniforge3/etc/profile.d/conda.sh" &&
. "$HOME/miniforge3/etc/profile.d/mamba.sh" &&
. "$HOME/Miniforge/etc/profile.d/conda.sh" &&
. "$HOME/Miniforge/etc/profile.d/mamba.sh" &&
mamba init &&
mamba update -n base mamba -y && # update mamba to the newest version
mamba activate mssenv || {
Expand Down

0 comments on commit df602d4

Please sign in to comment.