- 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
cmdand typejuliato launch the julia shell
Last active
December 16, 2015 16:09
-
-
Save austinogilvie/5460715 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment