From ab96dbf5140cfa13bc6c787964c2b7107e76fbd3 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Mon, 5 Jul 2021 12:35:08 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f9e7f794..502c24dc 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ conda init --reverse --dry-run conda init --reverse ``` -2. Remove the folder and all subfolders where the base environment (Miniforge) was installed: +2. Remove the folder and all subfolders where the base environment for Miniforge was installed: ```bash CONDA_BASE_ENVIRONMENT=$(conda info --base) @@ -104,6 +104,7 @@ echo The next command will delete all files in ${CONDA_BASE_ENVIRONMENT} # To make sure you are deleting the correct directory rm -rf ${CONDA_BASE_ENVIRONMENT} ``` + 3. Any global conda configuration files that are left behind. ```bash