These are the steps I had to follow to make Julia Studio (v. 0.43) running properly on Windows 7:
Most of the issues I faced were related to the package management and that Julia Studio creates the package folder for Julia automatically if you don't set the JULIA_PKGDIR path.
julia> Pkg.status()
ErrorException("Unable to read directory METADATA.")
julia> Pkg.init()
in error at error.jl:21
in cd at pkg/dir.jl:25
while loading C:\Program Files\JuliaStudio-0.4.5\julia-studio\share\julia-studio\Console\Console.jl, in expression starting on line 1
Therefore, I don't have even the chance to write any command in the Console window as Julia> doesn't appear. What can I do?
I hope you can help me,
Thanks,
Pam.