Re: [julia-users] Error while loading packages

2016-05-12 Thread hililielala16
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?

Re: [julia-users] Error while loading packages

2016-05-12 Thread Tony Kelman
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)"))

Re: [julia-users] Error while loading packages

2016-05-12 Thread hililielala16
Hello Yichao Yu, The system is a Windows 7 enterprise, 64bits No, I did not touch it. Here is what i see when I show the directories in .julia Le mercredi 11 mai 2016 14:26:36 UTC+2, Yichao Yu a écrit : > > On Wed, May 11, 2016 at 4:52 AM, > > wrote: > > Hello, > > > > I had instaled Julia

Re: [julia-users] Error while loading packages

2016-05-11 Thread Yichao Yu
On Wed, May 11, 2016 at 4:52 AM, wrote: > Hello, > > I had instaled Julia and it was working perfectly last week. However, since > 10 days it is working perfectly each 2 days. The days it is not perfect I > can not use any package. When I try to load anyone I have the following > message: > > usi

[julia-users] Error while loading packages

2016-05-11 Thread hililielala16
Hello, I had instaled Julia and it was working perfectly last week. However, since 10 days it is working perfectly each 2 days. The days it is not perfect I can not use any package. When I try to load anyone I have the following message: using DataFrames INFO: Precompiling module DataFrames...