Any way to call the Pkg3 package manager from Juno?

Hello everybody.

I am wondering, whether there is currently a chance to call the Pkg3 package manager from Juno.
According to this post REPL modes don't work in Juno - #11 by pfitzseb there might be way to use it, but I cannot figure it out.

I am using Julia 1.0 together with Juno on Windows 8.1 64bit.

Thanks
Moses

Doesn’t using Pkg; Pkg.add("Bla") work?

I’ve no problem using the pkg-REPL mode in Juno by opening a console and typing ]. The post you refer to might just be out of date…

Thanks a lot.

The trick was:

using Pkg

I have been using JuliaPro 0.6.2 so far and now want to try to use Julia v1. In JuliaPro it was not necessary to call using Pkg so far.

@thofma I cannot mark your post as “solution”, because the button is missing.:confused:

@laborg You are right. I was not very clear about that.

I was referring to typing and executing a Pkg.add() command into the panel where I edit my programme.