Hi everyone,
I'm having problem in installing an unregistered Julia package on a
terminal server.
I used the following command. It seems I installed the package, but I
cannot use it.
julia> Pkg.clone("https://github.com/reworkhow/JWAS.jl.git")
INFO: Cloning JWAS from https://github.com/reworkhow/JWAS.jl.git
julia> using JWAS
ERROR: syntax: unexpected =
in include at boot.jl:238
in include_from_node1 at loading.jl:114
in reload_path at loading.jl:140
in _require at loading.jl:58
in require at loading.jl:43
at /home/meng/.julia/v0.2/JWAS/src/JWAS.jl:77
I did the same thing on my PC, and the package worked fine. What might be
the problem then?
Thanks a lot!
Caroline