
Julia is a high-level, high-performance dynamic language for technical computing. The main homepage for Julia can be found at julialang.org.
Step 1: The latest Julia Programming language binary can be found at downloaded at
% wget https://julialang-s3.julialang.org/bin/linux/x64/1.5/julia-1.5.3-linux-x86_64.tar.gz
Step 2: Extract the Julia Tar GZ
% tar -zxvf julia-1.5.3-linux-x86_64.tar.gz
Step 3: Move the unpacked folder to /usr/local
% mv julia-1.5.3 /usr/local
Try Julia
