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?
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)"))
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
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
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...