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 bcfa6b9 commit a7e3cfaCopy full SHA for a7e3cfa
docs/source/conf.py
@@ -11,7 +11,7 @@
11
command_emscripten = 'cd ../..;\
12
mamba init;\
13
. /home/docs/.bashrc;\
14
- echo $PWD;
+ echo $PWD;\
15
mamba create -p $PWD -f environment-wasm-build.yml -n xeus-cpp-wasm-build -y;\
16
mamba activate xeus-cpp-wasm-build;\
17
CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD -f environment-wasm-host.yml;\
0 commit comments