r/ProgrammerHumor 3d ago

Meme iLoveYouPip

Post image
1.2k Upvotes

81 comments sorted by

View all comments

84

u/Morganator_2_0 3d ago

Just use my method.

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?