Skip to content

Commit 7d82597

Browse files
authored
Update conf.py
1 parent 55c80ac commit 7d82597

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
mkdir -p "$HOME/micromamba";\
1313
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C "$HOME/micromamba" bin/micromamba;\
1414
"$HOME/micromamba/bin/micromamba" shell init -s bash -p "$HOME/micromamba";\
15+
source ~/.bashrc;\
1516
micromamba create -f environment-wasm-build.yml -y;\
1617
micromamba activate xeus-cpp-wasm-build;\
1718
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\

0 commit comments

Comments
 (0)