Skip to content

Commit

Permalink
Merge pull request pyenv#238 from pgrzesik/master
Browse files Browse the repository at this point in the history
Add other way of deleting existing virtualenv
  • Loading branch information
yyuu authored Jan 11, 2019
2 parents e3203f7 + a0b1703 commit bfdeb31
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,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
Expand Down

0 comments on commit bfdeb31

Please sign in to comment.