Skip to content

Commit bfdeb31

Browse files
authored
Merge pull request #238 from pgrzesik/master
Add other way of deleting existing virtualenv
2 parents e3203f7 + a0b1703 commit bfdeb31

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,12 @@ Removing the directories in `$(pyenv root)/versions` and `$(pyenv root)/versions
155155
pyenv uninstall my-virtual-env
156156
```
157157
158+
You can also delete existing virtualenvs by using `virtualenv-delete` command, e.g. you can run:
159+
```sh
160+
pyenv virtualenv-delete my-virtual-env
161+
```
162+
This will delete virtualenv called `my-virtual-env`.
163+
158164
159165
### virtualenv and venv
160166

0 commit comments

Comments
 (0)