The message means the process exited with an error ... Try running it directly (or read the actual process error message in the file that you piped stderr to).
On Tue, Jan 26, 2016 at 12:56 AM, jda <[email protected]> wrote: > *Running the following line on Julia 0.4.1:* > > > *run(pipeline(`julia $path`, stdout=outputfilepath, stderr=errorfilepath))* > > > *gives the error as follows:* > > > *ERROR: failed process: Process(`julia '/Users/user/Google > Drive/codefile.jl'`, ProcessExited(1)) [1]* > > * in pipeline_error at process.jl:555* > > * in run at process.jl:531* > > > *Any suggestions for how to fix this? Thanks for any help.* >
