Yes, in ...\etc\julia on file juliarc.jl by doing ENV["JULIA_PKGDIR"] = joinpath(JULIA_HOME,"..",".julia")
Thank you very much Tony Kelman, I think now it is fine!
H
Le jeudi 12 mai 2016 12:42:47 UTC+2, Tony Kelman a écrit :
>
> Did you set the JULIA_PKGDIR environment variable? If so, where? There's a
> separate julia variable used for the cache path, you may need to
> unshift!(Base.LOAD_CACHE_PATH,
> Pkg.dir("..","lib","v$(VERSION.major).$(VERSION.minor)"))
