File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 99if on_rtd :
1010 XEUS_CPP_ROOT = os .path .abspath ('../..' )
1111 command_emscripten = 'cd ../../;\
12- /bin/bash;\
1312 curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba;\
1413 export PATH="$PWD/bin:$PATH"; \
1514 export MAMBA_EXE="$PWD/bin/micromamba";\
1615 export MAMBA_ROOT_PREFIX="/home/docs/.local/share/mamba";\
1716 __mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)";\
1817 alias micromamba="$MAMBA_EXE";\
19- eval "$(micromamba shell hook --shell bash)";\
18+ /bin/bash eval "$(micromamba shell hook --shell bash)";\
2019 micromamba create -f environment-wasm-build.yml -y;\
2120 micromamba activate xeus-cpp-wasm-build;\
2221 micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\
You can’t perform that action at this time.
0 commit comments