Le lundi 14 mars 2016 à 17:01 -0700, feza a écrit : > Hi all how can install both julia 4 and julia 5 on fedora > > I have read > > http://julialang.org/downloads/platform.html > > I have performed > > sudo dnf copr enable nalimilan/julia-nightlies > sudo dnf copr enable nalimilan/julia > and then dnf install julia > > this only gets me julia0.5 . Is there a way I can also get julia0.4 > and have them installed side by side. Where typing julia calls v0.4 > and calling julia5 calls v0.5 There's no way to install both version side-by-side from the RPMs currently. It could be interesting, but then it means one of the two packages couldn't claim the 'julia' executable name. Maybe the alternatives system would make it possible. I might give it a look at some point.
For now, the best solution is to use the generic binary tarballs for 0.4, and get 0.5 from the RPMS, since the latter needs frequent updates (where using the system package manager is a big win). Regards
