Closed laggardkernel closed 2 years ago
Found only the link is uninstalled by pyenv unisntall but not the original env. It turns out that the bug is related with pyenv/pyenv#2432.
pyenv unisntall
Here's a fix that refactor the code to register itself as a hook explicitly and let the hook called by pyenv uninstall for multiple versions.
pyenv uninstall
Found only the link is uninstalled by
pyenv unisntall
but not the original env. It turns out that the bug is related with pyenv/pyenv#2432.Here's a fix that refactor the code to register itself as a hook explicitly and let the hook called by
pyenv uninstall
for multiple versions.