Skip to content

Commit

Permalink
Merge pull request #465 from millsks/patch-1
Browse files Browse the repository at this point in the history
Update uninstall steps in README.md
  • Loading branch information
hmaarrfk committed Aug 20, 2023
2 parents 7b6dc5f + e1dca1b commit 61e7d54
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ rm -rf ${CONDA_BASE_ENVIRONMENT}
```bash
echo ${HOME}/.condarc will be removed if it exists
rm -f "${HOME}/.condarc"
echo ${HOME}/.conda and underlying files will be removed if they exist.
rm -fr ${HOME}/.conda
```
### Windows
Expand Down

0 comments on commit 61e7d54

Please sign in to comment.