On 7 December 2014 at 19:57, Andreas Lobinger <[email protected]> wrote:
>
> How can i use two different versions of julia in parallel? Obviously i can
> have two directories with a local build and the executable, and two
> repositories of packets in .julia/v0.3 and .julia/v0.4. The command-line
> history seems to be the only file that is shared. Anything else?

That seems exactly like my set-up and it has been working just lovely
since the v0.3 release.  Only thing to add are symlinks `julia0.3` and
`julia0.4`, then another symlink `julia` to `julia0.3` since it is the
latest release.

    Pontus

Reply via email to