Pyenv-virtualenv: Deleting Virtual Environments

Created on 17 Mar 2014  路  2Comments  路  Source: pyenv/pyenv-virtualenv

Hi @yyuu! Love the tool, one question. Is the only way to remove a venv created by pyenv virtualenv by deleting the folder in ~/.pyenv/versions?

Most helpful comment

Just removing the directory in ~/.pyenv/versions will remove the created virtualenv. Or, you can also use pyenv uninstall to remove the virtualenv.

All 2 comments

Just removing the directory in ~/.pyenv/versions will remove the created virtualenv. Or, you can also use pyenv uninstall to remove the virtualenv.

Hey mate, I tried both but the following error keep poping up:

pyenv: version `env' not installed
pyenv: version `env' is not installed
Was this page helpful?
0 / 5 - 0 ratings

Related issues

oblitum picture oblitum  路  11Comments

Tjorriemorrie picture Tjorriemorrie  路  8Comments

jackmaney picture jackmaney  路  7Comments

marshallpierce picture marshallpierce  路  7Comments

Insoleet picture Insoleet  路  3Comments