That's a fair amount of code, and has a license that many in the Julia community would strongly prefer to avoid if at all possible, to do more or less the same thing as a script I wrote last year: https://github.com/JuliaLang/julialang.github.com/blob/master/install-julia.sh
We don't really use that script very many places, but it was briefly useful for me to install Julia on Travis CI on multiple operating systems (Linux or Mac) before we got support for `language: julia` integrated into Travis. On Monday, August 3, 2015 at 3:32:14 AM UTC-7, Abel Siqueira wrote: > > Hello all, > > I would like to announce [Julia Manager]( > https://github.com/abelsiqueira/julia-mngr), a CLI script to install and > maintain Julia binaries for both release and nightly. > It's very raw, so feel free to make suggestions. > > **It currently only supports GNU/Linux with bash.** > > Reasons to use this: > > - You want Julia release and nightly version at same time. > - You only need the binaries. > - You don't want to open the browser to get it. > > Reasons to not use this: > > - You only want one version (can be implemented) > - You want to compile from source (can be implemented) > - You know of a better way to do this (tell me) > - You are using OSX (maybe can be implemented) > - You are on Windows > >
