PYENV_DEACTIVATE
This means that pyenv-virtualenv will not allow manual deactivation of virtualenv if pyenv-virtualenv-init is enabled. This must be acceptable since the activation of virtualenv is just setting of environment variables in current implementation.
envs
activate
eval "$(pyenv virtualenv-init -)"
/