How to Uninstall Python Package/Library Using PIP.

preview_player
Показать описание
How to use PIP to install conflicting or unwanted python libraries.
Commands:
pip list
pip uninstall [library name]

eg:
pip uninstall robotframework
Рекомендации по теме
Комментарии
Автор

Straight to the point, no BS. Thanks!

_Curiosity_
Автор

Awesome video, love when i actually find straight forward easy to follow directions. Thanks for the help.

marshallwages
Автор

Keep your python setup clean by uninstalling unwanted libraries!

amol_thakurdware