MWE (Ubuntu 20.04, Julia 1.4):
julia> Base.run(ls
)
Desktop
Documents
…
MWE (OSX 10.14, Julia 1.4):
julia> Base.run(ls
)
ERROR: failed process: Process(ls
, ProcessSignaled(9)) [0]
MWE (Ubuntu 20.04, Julia 1.4):
julia> Base.run(ls
)
Desktop
Documents
…
MWE (OSX 10.14, Julia 1.4):
julia> Base.run(ls
)
ERROR: failed process: Process(ls
, ProcessSignaled(9)) [0]
Is this in any way specific to Juno? What happens when you run that code in a normal Julia REPL?
Also, please code your code blocks with triple backticks.
Thanks for your response. Will style properly next time.
Yes this is only in Juno, no issues on OSX calling from terminal REPL
The error went away after making the following changes: