pip命令详解

首先输入pip -h查看pip命令

 1 Usage:
 2   pip <command> [options]
 3
 4 Commands:
 5   install                     Install packages.
 6   download                    Download packages.
 7   uninstall                   Uninstall packages.
 8   freeze                      Output installed packages in requirements format.
 9   list                        List installed packages.
10   show                        Show information about installed packages.
11   check                       Verify installed packages have compatible dependencies.
12   config                      Manage local and global configuration.
13   search                      Search PyPI for packages.
14   wheel                       Build wheels from your requirements.
15   hash                        Compute hashes of package archives.
16   completion                  A helper command used for command completion.
17   help                        Show help for commands.
18
19 General Options:
20   -h, --help                  Show help.
21   --isolated                  Run pip in an isolated mode, ignoring environment variables and user configuration.
22   -v, --verbose               Give more output. Option is additive, and can be used up to 3 times.
23   -V, --version               Show version and exit.
24   -q, --quiet                 Give less output. Option is additive, and can be used up to 3 times (corresponding
25                               to WARNING, ERROR, and CRITICAL logging levels).
26   --log <path>                Path to a verbose appending log.
27   --proxy <proxy>             Specify a proxy in the form [user:[email protected]]proxy.server:port.
28   --retries <retries>         Maximum number of retries each connection should attempt (default 5 times).
29   --timeout <sec>             Set the socket timeout (default 15 seconds).
30   --exists-action <action>    Default action when a path already exists: (s)witch, (i)gnore, (w)ipe, (b)ackup,
31                               (a)bort).
32   --trusted-host <hostname>   Mark this host as trusted, even though it does not have valid or any HTTPS.
33   --cert <path>               Path to alternate CA bundle.
34   --client-cert <path>        Path to SSL client certificate, a single file containing the private key and the
35                               certificate in PEM format.
36   --cache-dir <dir>           Store the cache data in <dir>.
37   --no-cache-dir              Disable the cache.
38   --disable-pip-version-check
39                               Don‘t periodically check PyPI to determine whether a new version of pip is available
40                               for download. Implied with --no-index.
41   --no-color                  Suppress colored output

安装库:pip innstall xxxx

下载库:pip download xxxx

卸载库:pip uninstall xxxx

按照特定格式输出已安装的库:pip freeze

输出已安装的库:pip list

显示某个已安装库的信息:pip show xxxx

。。。。。。

其余还有很多,不再一一赘述。

原文地址:https://www.cnblogs.com/live-program/p/11143023.html

时间: 2024-10-05 23:25:05

pip命令详解的相关文章

jar打包命令详解

:如何把 java 程序编译成 .exe 文件.通常回答只有两种,一种是说,制作一个可执行的 JAR 文件包,就可以像.chm 文档一样双击运行了:而另一种回答,则是使用 JET 来进行编译.但是 JET 是要用钱买的,而且,据说 JET 也不是能把所有的 Java 程序都编译成执行文件,性能也要打些折扣.所以,使用制作可执行 JAR 文件包的方法就是最佳选择了,何况它还能保持 Java 的跨平台特性.先来看看什么是 JAR 文件包: 1. JAR 文件包 JAR 文件就是 Java Archi

Linux压缩与解压缩命令详解

简介:常用的压缩命令有gzip.bzip2.tar 提示:gzip与bzip2工具不可以对目录做打包压缩操作,gzip与bzip2解压都是用-d参数(decompress=uncompress) tar命令详解: 用法:tar 模式 [选项][路径]... 模式:    -c 创建打包文件 -delete -r --append -t --list内容 -x --extract 选项:    -C --directory -f 打包后的文件名称 -j bzip格式压缩 --remove-file

(转)Linux下PS命令详解

(转)Linux下PS命令详解 整理自:http://blog.chinaunix.net/space.php?uid=20564848&do=blog&id=74654 要对系统中进程进行监测控制,查看状态,内存,CPU的使用情况,使用命令:/bin/ps (1) ps :是显示瞬间进程的状态,并不动态连续: (2) top:如果想对进程运行时间监控,应该用 top 命令: (3) kill 用于杀死进程或者给进程发送信号: (4) 查看文章最后的man手册,可以查看ps的每项输出的含义

Linux上的free命令详解

Linux上的free命令详解 转自: http://www.cnblogs.com/coldplayerest/archive/2010/02/20/1669949.html 解释一下Linux上free命令的输出. 下面是free的运行结果,一共有4行.为了方便说明,我加上了列号.这样可以把free的输出看成一个二维数组FO(Free Output).例如: FO[2][1] = 24677460 FO[3][2] = 10321516 1          2          3    

Find命令详解

find命令详解 格式 find pathname -options [ -print -exec -ok ... ] 功能 在磁盘中查找文件,并作相应处理 参数 pathname         所查找的目录,可以是相对/绝对路径 options -print 将结果输出到标准输出 -exec 'command' {} \; 对结果执行该参数所给的shell命令 -ok 与-exec作用相同,不过需要用户确认是否执行命令 -name 按照文件名查找 -perm [+-]mode 按照文件权限查

iftop命令命令详解

iftop命令命令详解 作者:尹正杰 在Linux命令中有很多内置命令,和外置命令,但是内部命令的功能毕竟是有限的,比如ifconfig,它就不能看到网卡流量的 实时发送情况,尽管咱们知道可以用watch命令去查看网卡的发送接收流量的情况,但是还是不够细致,因为它仅仅能看到我们的 接受和发送的总流量,因此,我们今天来介绍一个比较好使的实施查看网络流量信息的软件---iftop,其实他的工作模式和top很像. 废话不多说~让我们直接进入正题吧: 1.想必大家都会在linux命令行上敲击ifconf

linux yum命令详解

yum(全称为 Yellow dog Updater, Modified)是一个在Fedora和RedHat以及SUSE中的Shell前端软件包管理器.基於RPM包管理,能够从指定的服务器自动下载RPM包并且安装,可以自动处理依赖性关系,并且一次安装所有依赖的软体包,无须繁琐地一次次下载.安装.yum提供了查找.安装.删除某一个.一组甚至全部软件包的命令,而且命令简洁而又好记. yum的命令形式一般是如下:yum [options] [command] [package ...]其中的[opti

Linux上命令的使用格式和基础命令详解

一.Linux上命令的使用格式 命令行提示符详解: 用户通过终端的命令行接口来控制操作系统,登陆后如下: [[email protected] ~]# root: 当前登录的用户 @:分隔符 localhost: 当前主机的主机名,非完整格式:此处的完整格式为:localhost.localdomain [[email protected] ~]# hostname localhost.localdomain ~:用户当前所在的目录(current directory),也称为工作目录(work

scp命令详解

先说下常用的情况: 两台机器IP分别为:A.104.238.161.75,B.43.224.34.73. 在A服务器上操作,将B服务器上/home/lk/目录下所有的文件全部复制到本地的/root目录下,命令为:scp -r [email protected]:/home/lk /root. 具体过程为: [[email protected] ~]# scp -r [email protected]43.224.34.73:/home/lk /root [email protected]43.2