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?
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
Most helpful comment
Just removing the directory in
~/.pyenv/versionswill remove the created virtualenv. Or, you can also usepyenv uninstallto remove the virtualenv.