The LOAD_PATH of JuliaPro-0.6.1.1

Yesterday I installed JuliaPro-0.6.1.1 on Windows 10. The LOAD_PATH tells me:
Any[“C:\Users\Home\AppData\Local\JuliaPro-0.6.1.1\Julia-0.6.1\local\share\julia\site\v0.6”,
“C:\Users\Home\AppData\Local\JuliaPro-0.6.1.1\Julia-0.6.1\share\julia\site\v0.6”]

I am confused because
“C:\Users\Home\AppData\Local\JuliaPro-0.6.1.1\Julia-0.6.1”
has no subdirectory “local\share\julia\site\v0.6” and
“C:\Users\Home\AppData\Local\JuliaPro-0.6.1.1\Julia-0.6.1\share\julia\site\v0.6” is empty.

Moreover I expected “pkgs-0.6.1.1” to be a subdirectory of Julia-0.6.1 which is not the case.
So, is everything allright?

Please check if Base.LOAD_CACHE_PATH and Pkg.dir() are pointing to one of subfolder of pkgs-0.6.1.1

julia> Base.LOAD_CACHE_PATH
1-element Array{String,1}:
 "C:\\Users\\Home\\AppData\\Local\\JuliaPro-0.6.1.1\\pkgs-0.6.1.1\\lib\\v0.6"

julia> Pkg.dir()
"C:\\Users\\Home\\AppData\\Local\\JuliaPro-0.6.1.1\\pkgs-0.6.1.1\\v0.6"

If this is the case, then your JuliaPro REPL / Juno is pointing to the right folders, you should be able to use all the features of JuliaPro.

The Base.LOAD_CACHE_PATH looks as you say. It is the LOAD_PATH which looks strange to me. So you mean this does not matter?

So you mean this does not matter?

Correct, it shouldn’t matter, you should be able to use all the features of JuliaPro without any issues with your current (Default) configurations.