This may have nothing at all to do with the problem, but what version of
Julia are you running on your PC? And what version is running on the
server? It looks like the latter may be v0.2, which is fairly out-dated.
On Friday, June 19, 2015 at 8:38:37 PM UTC-4, L. Caroline wrote:
>
> 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
>