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 91cb864 commit d7becfdCopy full SHA for d7becfd
docs/source/conf.py
@@ -13,9 +13,9 @@
13
. /home/docs/.bashrc;\
14
echo $PWD;\
15
find . -name "*";\
16
- mamba create -p $PWD -f environment-wasm-build.yml -y;\
+ mamba create -p $PWD/xeus-cpp-wasm-build -f environment-wasm-build.yml -y;\
17
mamba activate xeus-cpp-wasm-build;\
18
- CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD -f environment-wasm-host.yml;\
+ CONDA_SUBDIR=emscripten-wasm32 mamba create -p $PWD/environment-wasm-host -f environment-wasm-host.yml;\
19
mkdir build;\
20
cd build;\
21
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\
0 commit comments