File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 11
11
command_emscripten = 'cd ..;\
12
12
mkdir -p "$HOME/micromamba";\
13
13
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;\
20
17
mkdir build;\
21
18
cd build;\
22
19
export BUILD_PREFIX=$MAMBA_ROOT_PREFIX/envs/xeus-cpp-wasm-build;\
32
29
{0}/xeus-cpp/;\
33
30
emmake make -j $(nproc --all) install;\
34
31
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;\
37
34
python -m pip install jupyterlite-xeus jupyter_server;\
38
35
jupyter lite build --XeusAddon.prefix=$PREFIX \
39
36
--contents notebooks/xeus-cpp-lite-demo.ipynb \
You can’t perform that action at this time.
0 commit comments