Skip to content

Instantly share code, notes, and snippets.

@stefanjwojcik
Created April 28, 2019 18:23
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 stefanjwojcik/c0754960c5c2db55c74754bb415f89b4 to your computer and use it in GitHub Desktop.
Save stefanjwojcik/c0754960c5c2db55c74754bb415f89b4 to your computer and use it in GitHub Desktop.
Run Julia on AWS
  • start an AWS linux 2 instance
  • ssh into instance
  • follow these steps to build julia https://github.com/magerton/ec2-for-R-and-julia
  • create symbolic link to Julia sudo ln -s /home/ubuntu/JuliaPro-0.6.3.1/julia /usr/local/bin/julia
  • build julia
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment