Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save anriseth/c30c9decb3c2bd969441e3d77ba20c77 to your computer and use it in GitHub Desktop.
Save anriseth/c30c9decb3c2bd969441e3d77ba20c77 to your computer and use it in GitHub Desktop.
Install julia
mkdir /scratch/brosa
cd /scratch/brosa
git clone git://github.com/JuliaLang/julia.git
cd julia
git checkout release-0.5
make -j 2
mkdir $HOME/bin
ln -s julia $HOME/bin
# Run julia
$HOME/bin/julia
# You need to add $HOME/bin to your PATH if you haven't already
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment