mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2026-09-10 07:16:18 -04:00
Add other way of deleting existing virtualenv
This commit is contained in:
parent
e690650fd6
commit
a0b17033fc
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue