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