Uninstall Conda MOOSE Environment

If you wish to remove the moose environment at any time, you may do so using the following commands:


conda deactivate   # if 'moose' was currently activated
conda remove --name moose --all