mirror of
https://github.com/pyenv/pyenv-virtualenv.git
synced 2025-11-14 06:23:52 -05:00
added instructions for deleting virtualenvs
This commit is contained in:
@@ -115,6 +115,13 @@ You can also activate and deactivate a pyenv virtualenv this way:
|
|||||||
pyenv deactivate
|
pyenv deactivate
|
||||||
|
|
||||||
|
|
||||||
|
### Delete existing virtualenv
|
||||||
|
|
||||||
|
Removing the directory in `~/.pyenv/versions` will delete the virtualenv, or you can run:
|
||||||
|
|
||||||
|
pyenv uninstall my-virtual-env
|
||||||
|
|
||||||
|
|
||||||
### virtualenv and pyvenv
|
### virtualenv and pyvenv
|
||||||
|
|
||||||
There is [venv](http://docs.python.jp/3/library/venv.html) module available for CPython 3.3 and newer.
|
There is [venv](http://docs.python.jp/3/library/venv.html) module available for CPython 3.3 and newer.
|
||||||
|
|||||||
Reference in New Issue
Block a user