Merge pull request #238 from pgrzesik/master

Add other way of deleting existing virtualenv
This commit is contained in:
Yamashita, Yuu
2019-01-12 07:51:41 +09:00
committed by GitHub

View File

@@ -155,6 +155,12 @@ Removing the directories in `$(pyenv root)/versions` and `$(pyenv root)/versions
pyenv uninstall my-virtual-env 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 ### virtualenv and venv