You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
## Interactive bash script with fallback pointing to $HOME, hence setting $PWD of worker node as $HOME
17
+
export HOME=`pwd`
18
+
wget -L micro.mamba.pm/install.sh
19
+
chmod +x install.sh
20
+
## FIXME parsing arguments does not work. will use defaults in install.sh instead, see https://github.com/mamba-org/micromamba-releases/blob/main/install.sh
21
+
## Tried solutions listed in https://stackoverflow.com/questions/14392525/passing-arguments-to-an-interactive-program-non-interactively
0 commit comments