Browse Source

Merge pull request #131 from leeclemens/patch-1

Add envs/*/my-virtual-env dir for uninstall
pull/138/head
Yamashita, Yuu 8 years ago
parent
commit
fbb7d2876e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      README.md

+ 1
- 1
README.md View File

@ -138,7 +138,7 @@ pyenv deactivate
### Delete existing virtualenv
Removing the directory in `~/.pyenv/versions` will delete the virtualenv, or you can run:
Removing the directories in `~/.pyenv/versions` and `~/.pyenv/versions/{version}/envs` will delete the virtualenv, or you can run:
```sh
pyenv uninstall my-virtual-env

Loading…
Cancel
Save