Skip to content

Instantly share code, notes, and snippets.

View jgalazm's full-sized avatar

José Galaz Mora jgalazm

View GitHub Profile
@jgalazm
jgalazm / install-julia.sh
Created September 12, 2016 15:01 — forked from adriantorrie/install-julia.sh
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