An easy approach is to create a shared environment that is different from your default v1.9
, for instance pkg> activate @playground
, and then pkg> dev
your package into it.
1 Like
An easy approach is to create a shared environment that is different from your default v1.9
, for instance pkg> activate @playground
, and then pkg> dev
your package into it.