Skip to content

Commit 2da8053

Browse files
authored
Update conf.py
1 parent c5455a3 commit 2da8053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C "$HOME/micromamba" bin/micromamba;\
1414
export PATH="$HOME/micromamba/bin/:$PATH";\
1515
export MAMBA_ROOT_PREFIX="$HOME/micromamba/";\
16-
eval "$(micromamba shell hook --shell )";\
16+
eval "$(micromamba shell hook --shell bash)";\
1717
micromamba create -f environment-wasm-build.yml -y;\
1818
micromamba activate xeus-cpp-wasm-build;\
1919
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\

0 commit comments

Comments
 (0)