Skip to content

Commit 5252cd0

Browse files
committed
Merge pull request #46 from NegaMorgan/add-virtualenv-delete-instructions
added instructions for deleting virtualenvs
2 parents 215bda7 + 909e4de commit 5252cd0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,13 @@ You can also activate and deactivate a pyenv virtualenv this way:
115115
pyenv deactivate
116116

117117

118+
### Delete existing virtualenv
119+
120+
Removing the directory in `~/.pyenv/versions` will delete the virtualenv, or you can run:
121+
122+
pyenv uninstall my-virtual-env
123+
124+
118125
### virtualenv and pyvenv
119126

120127
There is [venv](http://docs.python.jp/3/library/venv.html) module available for CPython 3.3 and newer.

0 commit comments

Comments
 (0)