The environment variable JULIA_PKGDIR may be of use.
Den måndag 7 mars 2016 kl. 05:44:29 UTC+1 skrev Vishnu Raj: > > 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 >>> >>
