Skip to content

Instantly share code, notes, and snippets.

@adriantorrie
Last active February 25, 2020 11:43
Show Gist options
  • Save adriantorrie/a13a866fd9f5f47aaf85 to your computer and use it in GitHub Desktop.
Save adriantorrie/a13a866fd9f5f47aaf85 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 - Install The Julia Language (julia-lang)
sudo add-apt-repository ppa:staticfloat/juliareleases
sudo apt-get update
sudo apt-cache show julia
sudo apt-get install julia julia-doc -y
julia -E 'Pkg.update()'
julia
@asinghvi17
Copy link

As of Julia 1.0, you will need to do julia -e 'using Pkg; Pkg.update()".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment