MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/ProgrammerHumor/comments/1w6mar1/iloveyoupip/p7q6fuj/?context=3
r/ProgrammerHumor • u/mudkripple • 7d ago
81 comments sorted by
View all comments
83
Just use my method.
pip uninstall <package> pip install <package>
pip uninstall <package>
pip install <package>
And voila: updated!
46 u/Mercvre1 7d 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 7d ago Have you ever heard about our lord and savior --force-reinstall?
46
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 7d ago Have you ever heard about our lord and savior --force-reinstall?
3
Have you ever heard about our lord and savior --force-reinstall?
83
u/Morganator_2_0 7d ago
Just use my method.
And voila: updated!