Has anyone found a way to work around the need to press ENTER to install juliaup (on linux)?
I’m aware that there have been related questions:
- Automating juliaup installation - #2 by StefanKarpinski
- juliaup-init brings up interactive prompt when called with -y flag · Issue #300 · JuliaLang/juliaup · GitHub
and that it’s a tracked FR:
But while it’s being developed, has anyone found a workaround on linux?
Usually, you can skip the prompts by sending new lines (echo | command or echo -ne ‘\n’ ), by using yes/expect or piping with cat, but all my attempts have failed to get me through the install automatically. Some examples: