I'm trying to run some basic Julia scripts (loading data and manipulating it) from the command line (using a MAC terminal) that I had previously written and successfully compiled with Julia Studio. I KNOW they work (I have re-run them countless times in Julia Studio) and see the desired output sans error messages, but for some reason I now keep getting strange errors some of which seem to relate to packages such as DataFrames
(but not always of that variety) when I run the aforementioned scripts from the command line?
ERROR: no method readtable(Array{Any,1},)
ERROR: no method date_parser(ASCIIString,)
If anyone has encountered a similar problem then I would love to hear about the fix.