I am trying to use Julia on a cluster where all of my persistent directories are accessed over NFS. Thus the package manager is basically unusable due to the well-documented slowness of Pkg2 on NFS.
Is it possible to install and use Pkg3 on Julia 0.6.3 to avoid this problem?