python环境配置:pkg_info 命令列出依赖包(离线配置)
Posted forxtz
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python环境配置:pkg_info 命令列出依赖包(离线配置)相关的知识,希望对你有一定的参考价值。
$ pip install pkginfo $ pkginfo -f requires_dist psutil-5.4.5-cp27-none-win32.whl requires_dist: ["enum34; extra == ‘enum‘"]
在需要离线配置环境的情况下,可以用此查看。
参考:https://blog.csdn.net/leiwuhen92/article/details/104017648
https://blog.csdn.net/harbor1981/article/details/30076247
以上是关于python环境配置:pkg_info 命令列出依赖包(离线配置)的主要内容,如果未能解决你的问题,请参考以下文章
基于CUDA的Theano GPU加速环境配置 GPU没有反应.求解答
如何列出 Linux 中的所有 python 虚拟环境? [复制]