我的包安装在哪里?

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了我的包安装在哪里?相关的知识,希望对你有一定的参考价值。

我已经在我的centos 7中安装了pytest。但是当我试图检查版本时,它给出了以下错误:

$ pip install pytest
Requirement already satisfied: pytest in /usr/lib/python2.7/site-packages
Requirement already satisfied: py>=1.4.25 in /usr/lib/python2.7/site-packages (from pytest)
$ pytest --version
-bash: pytest: command not found

我是Centos的新手。有人可以帮我弄清问题是什么。我用Google搜索,但没有得到任何明确的答案。

答案

您应该能够运行命令'locate bin / pytest'以找到pytest脚本。

我的安装示例: 找到bin / pytest

返回: 在/ usr / bin中/ pytest

以上是关于我的包安装在哪里?的主要内容,如果未能解决你的问题,请参考以下文章

iOS)我应该在哪里复制和粘贴 facebook XML 片段?

代码片段 PHP,预期文件结尾,我错在哪里?

找到我的自定义代码片段 Xcode 6?

尽管覆盖了 onSaveInstanceState,但片段的包在 onCreate 中为空

我的linux系统里没有安装rpm,rpm包哪里下载,怎么安装。

使用 npm 安装或更新所需的包,就像 ruby​​gems 的 bundler