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

2015-12-09 Thread Ajith Joseph
Thanks! That worked for me. On Wednesday, December 9, 2015 at 9:34:03 AM UTC-8, 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 * >

[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}:* *