Skip to content

Commit

Permalink
#184 Updated micromamba to version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 26, 2024
1 parent d8e868c commit 8c5c6d3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/install_micromamba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ cd $HOME
mkdir bin || true
# See https://github.com/exasol/advanced-analytics-framework/issues/184
# wget -qO- https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba
wget -qO- https://micro.mamba.pm/api/micromamba/linux-64/1.5.10 | tar -xvj bin/micromamba
# wget -qO- https://micro.mamba.pm/api/micromamba/linux-64/1.5.10 | tar -xvj bin/micromamba
wget -qO- https://micro.mamba.pm/api/micromamba/linux-64/2.0.0 | tar -xvj bin/micromamba
./bin/micromamba shell init -s bash --root-prefix ~/micromamba

echo 'export PATH="$HOME/bin:$PATH"' >>"$HOME"/.bashrc
Expand Down

0 comments on commit 8c5c6d3

Please sign in to comment.