From a64f19416394e0a57ee5c4eeb62eeb2f6a3456f1 Mon Sep 17 00:00:00 2001 From: Lee Clemens Date: Sun, 6 Dec 2015 12:11:08 -0500 Subject: [PATCH] Add envs/*/my-virtual-env dir for uninstall Both directories need to be deleted or a subsequent install with the same name will fail pyenv install 3.4.3 my-virtual-env: rm -rf ~/.pyenv/versions/my-virtual-env ~/.pyenv/versions/3.4.3/my-virtual-env --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d1c9df..899390f 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ pyenv deactivate ### Delete existing virtualenv -Removing the directory in `~/.pyenv/versions` will delete the virtualenv, or you can run: +Removing the directories in `~/.pyenv/versions` and `~/.pyenv/versions/{version}/envs` will delete the virtualenv, or you can run: ```sh pyenv uninstall my-virtual-env