Skip to content

Commit 2a59839

Browse files
authored
Update conf.py
1 parent 8c6c020 commit 2a59839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
export MAMBA_ROOT_PREFIX="/home/docs/.local/share/mamba";\
1616
__mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)";\
1717
alias micromamba="$MAMBA_EXE";\
18-
/bin/bash -c "eval \"\$(micromamba shell hook --shell bash)\";";\
19-
exec /bin/bash;\
18+
micromamba shell hook --shell bash;\
19+
. ~/.bashrc;\
2020
micromamba create -f environment-wasm-build.yml -y;\
2121
micromamba activate xeus-cpp-wasm-build;\
2222
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\

0 commit comments

Comments
 (0)