diff --git a/Common-build-problems.md b/Common-build-problems.md index b2d268e..3a1a212 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -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: