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 9
9
if on_rtd :
10
10
XEUS_CPP_ROOT = os .path .abspath ('../..' )
11
11
command_emscripten = 'cd ../../;\
12
- /bin/bash;\
13
12
curl -L https://micro.mamba.pm/api/micromamba/linux-64/latest | tar -xvj bin/micromamba;\
14
13
export PATH="$PWD/bin:$PATH"; \
15
14
export MAMBA_EXE="$PWD/bin/micromamba";\
16
15
export MAMBA_ROOT_PREFIX="/home/docs/.local/share/mamba";\
17
16
__mamba_setup="$("$MAMBA_EXE" shell hook --shell bash --root-prefix "$MAMBA_ROOT_PREFIX" 2> /dev/null)";\
18
17
alias micromamba="$MAMBA_EXE";\
19
- eval "$(micromamba shell hook --shell bash)";\
18
+ /bin/bash eval "$(micromamba shell hook --shell bash)";\
20
19
micromamba create -f environment-wasm-build.yml -y;\
21
20
micromamba activate xeus-cpp-wasm-build;\
22
21
micromamba create -f environment-wasm-host.yml --platform=emscripten-wasm32;\
You can’t perform that action at this time.
0 commit comments