From ea2d8673c195e33ecce452d433f0f343a71fa91c Mon Sep 17 00:00:00 2001 From: tripleee Date: Thu, 27 Oct 2022 13:07:29 +0300 Subject: [PATCH] Don't put tilde in double quotes --- 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 d92a303..6b1c6bd 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -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: