已安装的检测器,但" det:命令未找到"

时间:2017-07-28 05:29:54

标签: python pip

我对Python和网络抓取很新鲜。

在介绍可以检测网站使用的框架或语言的detectem教程之后,我首先开始安装docker以安装detectem

我在终端应用中通过"operation is not permitted"安装检测器时遇到了问题pip,然后我通过添加$ pip install detectem --user标记来搜索并使用命令--user

之后,没有恼人的红色错误信息突然出现,一切看起来很好,如图所示: Terminal message screenshot. 但是,安装后,当我尝试使用det命令时,终端会显示command not found,如下图所示。 Terminal error message screenshot

我尝试谷歌并找出原因,但是,我没有得到有关此问题的任何有用信息。

谢谢你,如果你能给我这个建议。

2 个答案:

答案 0 :(得分:0)

尝试导航到安装了detectem的目录:usr/lib/.../det.extension,然后使用dat命令。我相信您可以使用pip show <package>查看安装路径。

答案 1 :(得分:0)

使用Date date = showDateChooser.getDate(); DateFormat dateformat1 = new SimpleDateFormat("E"); String day = dateformat1.format(date); DateFormat dateFormat2 = new SimpleDateFormat("yyyy/MM/dd"); String showDate = dateFormat2.format(date); 标记--user将库安装到pip,将脚本安装到~/.local/lib。您需要将后者添加到~/.local/bin