Skip to content

Commit 5a330eb

Browse files
authored
Update conf.py
1 parent 7d82597 commit 5a330eb

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
@@ -11,8 +11,8 @@
1111
command_emscripten = 'cd ..;\
1212
mkdir -p "$HOME/micromamba";\
1313
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C "$HOME/micromamba" bin/micromamba;\
14-
"$HOME/micromamba/bin/micromamba" shell init -s bash -p "$HOME/micromamba";\
15-
source ~/.bashrc;\
14+
export PATH="$HOME/micromamba/bin/:$PATH";\
15+
export MAMBA_ROOT_PREFIX="$HOME/micromamba/";\
1616
micromamba create -f environment-wasm-build.yml -y;\
1717
micromamba activate xeus-cpp-wasm-build;\
1818
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\

0 commit comments

Comments
 (0)