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 1d39675 commit bcfa6b9Copy full SHA for bcfa6b9
docs/source/conf.py
@@ -11,7 +11,8 @@
11
command_emscripten = 'cd ../..;\
12
mamba init;\
13
. /home/docs/.bashrc;\
14
- mamba create -p $PWD -f environment-wasm-build.yml -y;\
+ 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;\
18
mkdir build;\
0 commit comments