mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-15 14:53:53 -05:00
Updated Common build problems (markdown)
@@ -39,7 +39,7 @@ Below are some alternative packages that are not in the recommended set and shou
|
||||
## Removing a python version manually
|
||||
|
||||
```sh
|
||||
rm -rf "$(pyenv root)/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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user