Skip to content

Instantly share code, notes, and snippets.

@austinogilvie
Last active December 16, 2015 16:09
Show Gist options
  • Select an option

  • Save austinogilvie/5460715 to your computer and use it in GitHub Desktop.

Select an option

Save austinogilvie/5460715 to your computer and use it in GitHub Desktop.
  • https://code.google.com/p/julialang/downloads/list
  • julia0.1.2-WINNT-i686+Git.zip
  • Save that .zip and uncompress it wherever you'd like Julia to be stored on your computer (program files, C:, or wherever you have your other programming languages installed)
  • Edit Environment Variables and add this to your path
  • you need to add a few things to your path: root julia directory, julia\lib, and julia\lib\julia
  • I saved mine in C:\julia-c4b3649af6 so this is what i added to my path
  • C:\julia-c4b3649af6;C:\julia-c4b3649af6\lib;C:\julia-c4b3649af6\lib\julia;
  • With that on your path, you can open cmd and type julia to launch the julia shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment