Skip to content

Instantly share code, notes, and snippets.

@rened
Created October 14, 2016 08:38
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 rened/8689cd2788900f7a7d5c8e1ea642ba13 to your computer and use it in GitHub Desktop.
Save rened/8689cd2788900f7a7d5c8e1ea642ba13 to your computer and use it in GitHub Desktop.
mkdir -p ~/julia
curl -s -L https://julialang.s3.amazonaws.com/bin/linux/x64/0.4/julia-0.4.6-linux-x86_64.tar.gz | \
tar -C ~/julia -x -z --strip-components=1 -f -
echo "export PATH=$PATH:$HOME/julia/bin" >> ~/.profile
source ~/.profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment