From a0b17033fc9bd91d3dfff48c6ff25fd17a712f2d Mon Sep 17 00:00:00 2001 From: Piotr Grzesik Date: Mon, 16 Oct 2017 22:08:34 +0200 Subject: [PATCH] Add other way of deleting existing virtualenv --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 414ffc8..601177b 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,12 @@ Removing the directories in `$(pyenv root)/versions` and `$(pyenv root)/versions pyenv uninstall my-virtual-env ``` +You can also delete existing virtualenvs by using `virtualenv-delete` command, e.g. you can run: +```sh +pyenv virtualenv-delete my-virtual-env +``` +This will delete virtualenv called `my-virtual-env`. + ### virtualenv and venv