Does pyenv uninstall remove all packages installed via pip?
Asked Answered
C

1

7

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]?

Colleague answered 30/4, 2018 at 19:37 Comment(0)
G
10

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.

Gel answered 30/4, 2018 at 19:52 Comment(1)
Awesome! Thanks for your help.Colleague

© 2022 - 2024 — McMap. All rights reserved.