I want to remove some older versions and I'm wondering do I have to remove all of the packages installed via pip first, then do a pyenv uninstall [version]?
Does pyenv uninstall remove all packages installed via pip?
Asked Answered
In essence pyenv uninstall
removes the entire directory with a python version. So yes, I'm sure it removes installed packages as they are in $PREFIX/lib/pythonX.Y/site-packages
.
Awesome! Thanks for your help. –
Colleague
© 2022 - 2024 — McMap. All rights reserved.