Hello,
I’m trying to install Julia locally in a 64-bit online IDE (MimirIDE) but after downloading and extracting Julia folder:
sudo wget https://julialang-s3.julialang.org/bin/linux/x64/1.4/julia-1.4.2-linux-x86_64.tar.gz
sudo tar -xvzf julia-1.4.2-linux-x86_64.tar.gz
and when I try to run Julia, I get the following error
user@mimir: ~ > ./julia-1.4.2/bin/julia
ERROR: could not load library "/home/hasan/julia-1.4.2/bin/../lib/julia/sys.so"
/home/hasan/julia-1.4.2/bin/../lib/julia/sys.so: cannot open shared object file: No such file or directory
doing this in my local Linux machine run Julia normally. I was wondering if I can create the sys.so manually in the online IDE.
Also, running free -m output the following
user@mimir: ~ > free -m
total used free shared buff/cache available
Mem: 15290 488 1415 152 13386 14315
Swap: 16383 98 16285