summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconda.sh2
1 files changed, 2 insertions, 0 deletions
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