We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7cbfe commit b5fbea3Copy full SHA for b5fbea3
docs/source/conf.py
@@ -11,7 +11,7 @@
11
command_emscripten = 'cd ../../;\
12
curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba;\
13
export PATH="$PWD/bin:$PATH"; \
14
- micromamba shell init -s bash -p ~/micromamba;\
+ micromamba shell init -s bash;\
15
. ~/.bashrc;\
16
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;\
17
micromamba activate xeus-cpp-wasm-build;\
0 commit comments