Saved my day, thanks!
On Wednesday, 19 August 2015 08:26:57 UTC+2, Tony Kelman wrote: > > You may need to delete User\.julia and try Pkg.init() again. > > > On Tuesday, August 18, 2015 at 10:33:21 PM UTC-7, Kevin Kunzmann wrote: >> >> Hi, >> >> I was just trying to use Juno + Julia prebundled package on a seecond >> machine (Win 8). It always complains about being not able to establish a >> connection. >> So I tried to install pure Julia first. That works fine and I can start a >> Julia session in the command line. However, when I want to update the >> METADATA it complains about not finding it. Indeed User\.julia\v0.3 is >> empty! >> How can I set up the correct METADATA structure manually? >> >> Best, >> >> Kevin >> >> Here is my error >> julia> Pkg.update() >> INFO: Updating METADATA... >> ERROR: chdir METADATA: no such file or >> in cd at file.jl:11 (repeats 2 times) >> >> >>
