Hi everyone,
suppose I am deving several packages, say PkgA, PkgB, PkgC
. Is there a shortcut (like free all
or something) to free all packages at once without having to explicitly type all package names like in free PkgA PkgB PkgC
?
Hi everyone,
suppose I am deving several packages, say PkgA, PkgB, PkgC
. Is there a shortcut (like free all
or something) to free all packages at once without having to explicitly type all package names like in free PkgA PkgB PkgC
?
The question also came up recently about pkg> rm --all
so here’s a PR
https://github.com/JuliaLang/Pkg.jl/pull/2432