Skip to content

Commit 21b72ac

Browse files
authored
Update conf.py
1 parent 8e9dd04 commit 21b72ac

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/source/conf.py

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,9 @@
1111
command_emscripten = 'cd ..;\
1212
mkdir -p "$HOME/micromamba";\
1313
curl -Ls https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj -C "$HOME/micromamba" bin/micromamba;\
14-
export PATH="$HOME/micromamba/bin/:$PATH";\
15-
export MAMBA_ROOT_PREFIX="$HOME/micromamba/";\
16-
eval "$(micromamba shell hook --shell posix)";\
17-
micromamba create -f environment-wasm-build.yml -y;\
18-
micromamba activate xeus-cpp-wasm-build;\
19-
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\
14+
mamba create -f environment-wasm-build.yml -y;\
15+
mamba activate xeus-cpp-wasm-build;\
16+
mamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\
2017
mkdir build;\
2118
cd build;\
2219
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\
@@ -32,8 +29,8 @@
3229
{0}/xeus-cpp/;\
3330
emmake make -j $(nproc --all) install;\
3431
cd {0};\
35-
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge;\
36-
micromamba activate xeus-lite-host;\
32+
mamba create -n xeus-lite-host jupyterlite-core -c conda-forge;\
33+
mamba activate xeus-lite-host;\
3734
python -m pip install jupyterlite-xeus jupyter_server;\
3835
jupyter lite build --XeusAddon.prefix=$PREFIX \
3936
--contents notebooks/xeus-cpp-lite-demo.ipynb \

0 commit comments

Comments
 (0)