Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hmaarrfk authored Jul 5, 2021
1 parent d6d8856 commit ab96dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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
Expand Down

0 comments on commit ab96dbf

Please sign in to comment.