Following an example on another site, I see that staying with the REPL
and typing:
include("newbox.jl")would work (aside from needing to change a package name or two -- and possibly finding some way to put in '--depwarnings=no' -- I can't be sure whether that's still needed(?)) What's gone wrong with simply running a script from the command line? On Tue, Nov 17, 2015 at 9:57 PM, Forrest Curo <[email protected]> wrote: > I have the latest julia version installed on ubuntu and debian partitions > on my hard drive. > > On the ubuntu, I can type [for example]: > julia --depwarning=no newbox.jl > > and that file loads, runs, exits. > > On the debian, julia comes up in REPL mode and my file seems unrecognized. > (Likewise if I stay in the REPL & try > run(`newbox.jl') > > Something wrong with my path on the debian? I'm just bewildered! >
