To me it looks as if the shell unquotes your argument and then interprets 
your string as two strings, "/Users/feldt/Library/Application " and 
"Support/LightTable/plugins/Jewel/jl/init.jl". I would try to copy the 
folder "LightTable" and all its contents to a location without spaces in 
the path and then try to call it from there.  

On Tuesday, May 13, 2014 7:50:04 AM UTC-4, Robert Feldt wrote:
>
> Unfortunately after a restart I'm even more confused. Something might be 
> very weird with my setup. If anyone has pointers I'd appreciate them though:
>
> feldt:~$ which julia
> /usr/local/bin/julia
> feldt:~$ ls -al /usr/local/bin/julia
> lrwxr-xr-x  1 feldt  admin  64 13 Maj 13:47 /usr/local/bin/julia -> 
> /Applications/Julia-0.2.1.app/Contents/Resources/julia/bin/julia
> feldt:~$ julia "/Users/feldt/Library/Application 
> Support/LightTable/plugins/Jewel/jl/init.jl"
> ERROR: could not open file /Users/feldt/Library/Application
>  in include at boot.jl:238
>  in include_from_node1 at loading.jl:114
>  in process_options at client.jl:303
>  in _start at client.jl:389
>
> feldt:~$ /Applications/Julia-0.2.1.app/Contents/Resources/julia/bin/julia 
> "/Users/feldt/Library/Application 
> Support/LightTable/plugins/Jewel/jl/init.jl"
> ERROR: BoundsError()
>  in indexed_next at tuple.jl:20
>  in include at boot.jl:238
>  in include_from_node1 at loading.jl:114
>  in process_options at client.jl:303
>  in _start at client.jl:389
> at /Users/feldt/Library/Application 
> Support/LightTable/plugins/Jewel/jl/init.jl:1
>
> /Robert
>
>>
>>>>

Reply via email to