diff options
author | Robert Reed <robert.mc.reed@gmail.com> | 2021-08-25 20:14:59 -0700 |
---|---|---|
committer | Robert Reed <robert.mc.reed@gmail.com> | 2021-08-25 20:14:59 -0700 |
commit | c66bc8f10dc1d7aa7a1d2dd64bf8feb1f17925b0 (patch) | |
tree | d1373fec9fe4d8ef8e07bcc3871a2f04c36ec271 | |
parent | 8d8f9c45f719781a6721a8d97fcee2ae5091f4a0 (diff) |
chore: uninstall success msg
-rwxr-xr-x | conda.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |