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

Updated Common build problems (markdown)

native-api
2021-05-09 23:04:00 +03:00
parent b79ca45adb
commit fe6ad3fd60

@@ -39,7 +39,7 @@ Below are some alternative packages that are not in the recommended set and shou
## Removing a python version manually ## Removing a python version manually
```sh ```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: Where "X.Y.Z" is the version that you want to remove. To list installed versions: