Skip to content

Commit 61e7d54

Browse files
authored
Merge pull request #465 from millsks/patch-1
Update uninstall steps in README.md
2 parents 7b6dc5f + e1dca1b commit 61e7d54

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ rm -rf ${CONDA_BASE_ENVIRONMENT}
127127
```bash
128128
echo ${HOME}/.condarc will be removed if it exists
129129
rm -f "${HOME}/.condarc"
130+
echo ${HOME}/.conda and underlying files will be removed if they exist.
131+
rm -fr ${HOME}/.conda
130132
```
131133
132134
### Windows

0 commit comments

Comments
 (0)