>
> Just go to the REPL with the Julia version you want to switch to and run
> Pkg.build("IJulia"). This replaces the julia profile files in ~/.ipython to
> use the right Julia executable.Right, but this is kind of slow and would be annoying to do for routine use I think. Another option might be to change the hard-coded path to look at an environment variable instead (or a global set from a wrapper script, etc.) On Mon, Dec 8, 2014 at 10:33 AM, Shashi Gowda <[email protected]> wrote: > In fact there is a way to do this. > > Just go to the REPL with the Julia version you want to switch to and run > Pkg.build("IJulia"). This replaces the julia profile files in ~/.ipython to > use the right Julia executable. >
