[julia-users] ERROR: ArgumentError: MyTest not found in path

2015-12-09 Thread Ajith Joseph
I am getting started with Julia - Version 0.4.2. I am not able to load a module in REPL ajoseph-osx:julia_test ajoseph$* cat /Users/ajoseph/julia_test/test.jl * *module MyTest* *end* *julia> **push!(LOAD_PATH, "/Users/ajoseph/julia_test")* *3-element Array{ByteString,1}:* * "/Applications/

Re: [julia-users] ERROR: ArgumentError: MyTest not found in path

2015-12-09 Thread Yichao Yu
On Wed, Dec 9, 2015 at 1:52 AM, Ajith Joseph wrote: > I am getting started with Julia - Version 0.4.2. I am not able to load a > module in REPL > > ajoseph-osx:julia_test ajoseph$ cat /Users/ajoseph/julia_test/test.jl > > module MyTest > > end > > > julia> push!(LOAD_PATH, "/Users/ajoseph/julia_te