We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 294f64f commit cb24e4fCopy full SHA for cb24e4f
etc/pyenv.d/uninstall/envs.bash
@@ -15,8 +15,8 @@ if [ -n "${DEFINITION}" ]; then
15
REAL_DEFINITION="${REAL_PREFIX#${PYENV_ROOT}/versions/}"
16
if [[ "${REAL_DEFINITION}" != "${REAL_DEFINITION%/envs/*}" ]]; then
17
# Uninstall virtualenv by short name
18
- exec pyenv-virtualenv-delete ${FORCE+-f} "${REAL_DEFINITION}"
19
- exit 128
+ pyenv-virtualenv-delete ${FORCE+-f} "${REAL_DEFINITION}"
+ FORCE=t
20
fi
21
else
22
# Uninstall all virtualenvs inside `envs` directory too
0 commit comments