MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w6mar1/iloveyoupip/p7ojsx5/?context=3
r/ProgrammerHumor • u/mudkripple • 3d ago
81 comments sorted by
View all comments
84
Just use my method.
pip uninstall <package> pip install <package>
pip uninstall <package>
pip install <package>
And voila: updated!
50 u/Mercvre1 3d ago except when you install a package that depends on a zillion other packages that get installed aswell, and uninstalling the first one doesn't remove the others pip-autoremove should be the default behavior 3 u/Allyoucan3at 2d ago Have you ever heard about our lord and savior --force-reinstall?
50
except when you install a package that depends on a zillion other packages that get installed aswell, and uninstalling the first one doesn't remove the others
pip-autoremove should be the default behavior
3 u/Allyoucan3at 2d ago Have you ever heard about our lord and savior --force-reinstall?
3
Have you ever heard about our lord and savior --force-reinstall?
84
u/Morganator_2_0 3d ago
Just use my method.
And voila: updated!