We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9237ea8 commit 9392465Copy full SHA for 9392465
bootstrap.sh
@@ -19,7 +19,7 @@
19
echo "Downloading and installing micromamba to ~/.local/bin/micromamba and uv to ~/.local/bin/uv"
20
21
# Install micromamba (https://mamba.readthedocs.io/en/latest/installation/micromamba-installation.html)
22
-VERSION="1.5.12-0" "${SHELL}" <(curl -LsSf micro.mamba.pm/install.sh) < /dev/null
+"${SHELL}" <(curl -LsSf micro.mamba.pm/install.sh) < /dev/null
23
24
# Install uv (https://docs.astral.sh/uv/getting-started/installation/)
25
curl -LsSf https://astral.sh/uv/install.sh | sh
0 commit comments