linux 使用pip 常用命令


一 摘要

本文主要講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


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM