You can install different versions of Julia in different places and set separate symbolic links.
For example, you can download v0.3 Linux files and install them in one place, then clone the GitHub source for v0.4 and install it in another place. Then install symbolic links such as julia3 for v0.3 and julia4 for v0.4.
Run your code:
$ julia3 somefile.jl $ julia4 somefile.jl
Alex A.
source share