This is probably an easy question:
after activating some environment with ] activate MyPackage
, is there any way I can go back to the standard (v1.0)
environment? At the moment I’m just restarting the REPL, but I’m sure there is a better way?
This is probably an easy question:
after activating some environment with ] activate MyPackage
, is there any way I can go back to the standard (v1.0)
environment? At the moment I’m just restarting the REPL, but I’m sure there is a better way?
Just do pkg> activate
. Activate works similar to cd
in that no arguments take you back home.
duh, that was way more obvious than I expected. Thank you!