From dbeb840fa336b7e22dad6323b049a012bdcabdd3 Mon Sep 17 00:00:00 2001 From: Satyendra Tomar Date: Tue, 17 May 2022 16:24:11 +0200 Subject: [PATCH 1/2] README.md modified for avoiding prematured closing of the shell. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 67041fc0..a76116f4 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,7 @@ You will typically want to remove: conda init --reverse --dry-run # Use this next command to take action on the rc files listed above conda init --reverse +# Temporarily IGNORE the shell message 'For changes to take effect, close and re-open your current shell.', and CLOSE THE SHELL ONLY AFTER the 3rd step below is completed. ``` 2. Remove the folder and all subfolders where the base environment for Miniforge was installed: From e3e96416f317b6b02f2a0e6c65cc4f26ea07cd56 Mon Sep 17 00:00:00 2001 From: Mark Harfouche Date: Tue, 12 Jul 2022 19:06:34 -0400 Subject: [PATCH 2/2] format --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a76116f4..2ab8a5db 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,9 @@ You will typically want to remove: conda init --reverse --dry-run # Use this next command to take action on the rc files listed above conda init --reverse -# Temporarily IGNORE the shell message 'For changes to take effect, close and re-open your current shell.', and CLOSE THE SHELL ONLY AFTER the 3rd step below is completed. +# Temporarily IGNORE the shell message +# 'For changes to take effect, close and re-open your current shell.', +# and CLOSE THE SHELL ONLY AFTER the 3rd step below is completed. ``` 2. Remove the folder and all subfolders where the base environment for Miniforge was installed: