首页 > 系统服务 > 详细

linux 使用pip 常用命令

时间:2020-11-11 09:59:33      阅读:29      评论:0      收藏:0      [点我收藏+]

一 摘要

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

linux 使用pip 常用命令

原文:https://www.cnblogs.com/weiwei2021/p/13900326.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!