Skip to content

Instantly share code, notes, and snippets.

@jgalazm
Forked from adriantorrie/install-julia.sh
Created September 12, 2016 15:01
Show Gist options
  • Save jgalazm/364fb421e722a57da69d274cf86815f6 to your computer and use it in GitHub Desktop.
Save jgalazm/364fb421e722a57da69d274cf86815f6 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment