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 c5cab93 commit 386f511Copy full SHA for 386f511
.devcontainer/setup.sh
@@ -2,7 +2,7 @@
2
3
set -e
4
5
-curl micro.mamba.pm/install.sh | bash
+"${SHELL}" <(curl -Ls micro.mamba.pm/install.sh) < /dev/null
6
7
conda init --all
8
micromamba shell init -s bash
0 commit comments