Skip to content

Commit b5fbea3

Browse files
authored
Update conf.py
1 parent 7e7cbfe commit b5fbea3

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
@@ -11,7 +11,7 @@
1111
command_emscripten = 'cd ../../;\
1212
curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba;\
1313
export PATH="$PWD/bin:$PATH"; \
14-
micromamba shell init -s bash -p ~/micromamba;\
14+
micromamba shell init -s bash;\
1515
. ~/.bashrc;\
1616
micromamba create -n xeus-cpp-wasm-build emscripten_emscripten-wasm32==3.1.73 cmake -c https://repo.prefix.dev/emscripten-forge-dev conda-forge -y;\
1717
micromamba activate xeus-cpp-wasm-build;\

0 commit comments

Comments
 (0)