ANN: Julia Installer 4 Linux - Light

I’ve created JILL, a script to install the latest stable Julia on Linux.

My objective was to provide a quick way to install Julia without depending on the distribution, in the way that I use the Julia binaries: (download, unpack, link to /usr/local/bin).

I welcome opinions and contributions from other Linux users.

3 Likes

Cool. You probably want to build a system-specific image as well, see point #7 in http://www.stochasticlifestyle.com/7-julia-gotchas-handle/.

Not anymore.

A non-sudo version would be great :slight_smile:

Can you elaborate why that is?

https://github.com/JuliaLang/julia/pull/21849

2 Likes

Cool! So has this been used to create the current 0.6.1 distribution?

no, nightly only

A non-sudo version is up now. It requires creating a folder beforehand and adding it to PATH.

2 Likes