Psiloc
0
Q:

How to Install Julia on Ubuntu

# Copy and paste on your favorite linux console :)
sudo pwd  && cd ~/Downloads && wget -q -O- https://julialang.org/downloads/ | grep -Po '(?<=href=")[^"]*' | grep ^https://julialang-s3.julialang.org/bin/linux/x64/ | head -1 | xargs wget -O julia-x86_64.tar.gz && mkdir julia-x86_64 && tar -xvzf julia-x86_64.tar.gz -C julia-x86_64 --strip-components 1 && sudo cp -r julia-x86_64 /opt/ && sudo ln -s /opt/julia-x86_64/bin/julia /usr/local/bin/julia && julia
2
sudo apt-get update -y
sudo apt-get install -y julia

julia
0

New to Communities?

Join the community