Pkg: how to setup the "dev" version of a package (i.e. `] dev MyPkg`) from a script?

How to setup the “dev” version of a package (i.e. ] dev MyPkg) from a script ?

Pkg.dev("MyPkg) doesn’t exists, and pkg"dev MyPkg" returns a warning “use with caution” (!)

In general, I would love so much that the two interfaces of Pkg would be consistent, at the cost to loose some flexibility… :-/

It’s Pkg.develop (dev is just a shorthand in ] mode).

5 Likes