From c66bc8f10dc1d7aa7a1d2dd64bf8feb1f17925b0 Mon Sep 17 00:00:00 2001 From: Robert Reed Date: Wed, 25 Aug 2021 20:14:59 -0700 Subject: chore: uninstall success msg --- conda.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda.sh b/conda.sh index 8985067..33dd36d 100755 --- a/conda.sh +++ b/conda.sh @@ -33,6 +33,8 @@ if [ "$1" = "--uninstall" ]; then confirmContinue "Would you like to remove the conda environment $envName?" conda deactivate conda env remove -n $envName + inform "Conda environment removed!\n\n\tRun \"conda deactivate\" to ensure the environment has been properly deactivated." + exit fi -- cgit v1.2.3