Skip to content

Instantly share code, notes, and snippets.

@richorama
Created December 11, 2014 12:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save richorama/04bd2e7175fdeaca6b51 to your computer and use it in GitHub Desktop.
Save richorama/04bd2e7175fdeaca6b51 to your computer and use it in GitHub Desktop.
Install Julia from a package manager

On Ubuntu

sudo add-apt-repository ppa:staticfloat/juliareleases
sudo apt-get update
sudo apt-get install julia

On Windows

choco install julia-nightly -Version 0.3-rc1 -Pre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment