Dear Julia users,

I just switched to atom IDE from Juno. I am puzzled by one thing. 

As in Juno, I first cd(myDir) to move to the directory where I have the files 
for the module I am developing. In Juno I could then just type using myModule 
to load it but in Atom I now only get


LoadError: ArgumentError: myModule not found in path
while loading In[5], in expression starting on line 1

in require at 
/Applications/Julia-0.4.app/Contents/Resources/julia/lib/julia/sys.dylibLoadError
LoadError: ArgumentError: myModule not found in path
while loading In[5], in expression starting on line 1

typing pwd() I get the right path and typing reader() I get a list of files 
that includes the files I am expecting.

Anyone have any idea what I am doing wrong?

Thanks, Jon

Reply via email to