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 6076ff6 commit 7605b40Copy full SHA for 7605b40
docs/source/conf.py
@@ -11,9 +11,9 @@
11
command_emscripten = 'cd ..;\
12
mamba init;\
13
. /home/docs/.bashrc;\
14
- mamba create -f environment-wasm-build.yml -y;\
+ mamba create -p $PWD -f environment-wasm-build.yml -y;\
15
mamba activate xeus-cpp-wasm-build;\
16
- mamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\
+ mamba create -p $PWD -f environment-wasm-host.yml --platform=emscripten-wasm32;\
17
mkdir build;\
18
cd build;\
19
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\
0 commit comments