1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-14 06:13:53 -05:00

Don't put tilde in double quotes

tripleee
2022-10-27 13:07:29 +03:00
parent fc690a490a
commit ea2d8673c1

@@ -49,7 +49,7 @@ Below are some alternative packages that are not in the recommended set and shou
## Removing a python version manually
```sh
rm -rf "~/.pyenv/versions/X.Y.Z"
rm -rf ~/.pyenv/versions/"X.Y.Z"
```
Where "X.Y.Z" is the version that you want to remove. To list installed versions: