From fe6ad3fd6033829ee7a00eaa34c5d91afcfc0395 Mon Sep 17 00:00:00 2001 From: native-api Date: Sun, 9 May 2021 23:04:00 +0300 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: