You don't have to use Juno with the bundled copy of Julia, you can point it to the external (0.4.3) version and use the same for both. Just poke around in the settings and you should find the option. On Mon, 7 Mar 2016 at 04:44 Vishnu Raj <[email protected]> wrote:
> In my system I have Juno with 0.4.2 and julia with 0.4.3. Every time I > start one, all my packages are getting recompiled. They are all under same > v0.4 folder and I think that's why this is happening. > Is there a way to avoid this? > > > On Sunday, March 6, 2016 at 3:28:40 PM UTC+5:30, Andreas Lobinger wrote: >> >> Depends on your definition of installed and what system you use. I use >> since 0.2 (and the 0.3dev) a local build -on a linux system- and this quite >> nicely encapsulated in a single directory inside my home so they live in >> parallel. The package directory which is inside .julia is has versioning >> (v0.3/v0.4/v0.5), too. >> >> On Saturday, March 5, 2016 at 11:48:37 PM UTC+1, Pulkit Agarwal wrote: >>> >>> Hi, >>> >>> Is there a way to have the stable version of Julia as the global Julia >>> (i.e. something which can be accessed by calling `julia` from the command >>> line) and the development version of Julia (which will be stored in some >>> other folder). >>> >>> Thanks, >>> Pulkit >>> >>
