On Sun, Feb 2, 2014 at 7:45 PM, Jake Bolewski <[email protected]>wrote:

> No but there is work in this direction.  Pkg just started using versioned
> directories to support multiple julia releases.
>

Just to be clear: Julia has supported using versioned directories for a
while, but you had to create the directory structure yourself.  The recent
changes just create versioned directories default when you run Pkg.init()
in (the forthcoming) Julia 0.3 (or compile yourself from master).

In Julia 0.2, you can get the same behavior by removing any existing .julia
directory and creating .julia/v0.2 before running Pkg.init() (followed by
reinstalling your packages).

Cheers,
   Kevin

Reply via email to