Skip to content

Commit

Permalink
Fixed call to micromamba
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Sep 26, 2024
1 parent 3fb91d9 commit d8e868c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install_micromamba.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
./bin/micromamba shell init -s bash -p ~/micromamba
./bin/micromamba shell init -s bash --root-prefix ~/micromamba

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

0 comments on commit d8e868c

Please sign in to comment.