一 摘要
本文主要講pip 在linux 系統里常用命令。
二 常用命令
2.1 常看目前已安裝模塊
pip list
[root@ussuricontrollerdev ~]# pip list
DEPRECATION: The default format will switch to columns in the future. You can use --format=(legacy|columns) (or define a format=(legacy|columns) in your pip.conf under the [list] section) to disable this warning.
ansible (2.9.10)
appdirs (1.4.4)
argcomplete (1.9.3)
asn1crypto (0.24.0)
2.2 卸載已安裝模塊
pip uninstall 模塊名
[root@ussuricontrollerdev ~]# pip uninstall kolla