CommunityData:Julia

From CommunityData
Revision as of 18:57, 11 March 2021 by Carl (talk | contribs) (Start the page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Julia is a programming language for scientific programming that some of us (mostly Carl and Nick) have found useful.

Installing Julia

You can install Julia without needing root permissions on both Kibo and Hyak. The relevant files and checksums are at julialang.org. Download and unzip the tar file using:

wget https://julialang-s3.julialang.org/bin/linux/x64/1.5/julia-1.5.3-linux-x86_64.tar.gz
tar zxvf julia-1.5.3-linux-x86_64.tar.gz

Then add julia to your path. Further (and probably more up-to-date) instructions for setting up Julia on Linux are here: https://julialang.org/downloads/platform/#linux_and_freebsd

Installing Packages

Julia comes with its own package manager called Pkg. You can invoke it by typing ] inside the Julia REPL.