Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/python-3.x/19.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python:为什么Finder模块不能在cmd windows中工作?_Python_Python 3.x_Flawfinder - Fatal编程技术网

Python:为什么Finder模块不能在cmd windows中工作?

Python:为什么Finder模块不能在cmd windows中工作?,python,python-3.x,flawfinder,Python,Python 3.x,Flawfinder,PythonDefaultFinder模块在bash中工作,但在Windows命令行中不工作。以下是我遵循的步骤: Python安装路径-C/Users/xyz/AppData/Local/Programs/Python/Python37-32/Python pip安装缺陷查找器 当我在命令行中键入failfinder时,它会给出以下错误: DefaultFinder未被识别为内部或外部命令, 可操作的程序或批处理文件 对于Windows,建议的方法是在其上安装并安装DefaultFinder

Python
DefaultFinder
模块在bash中工作,但在Windows命令行中不工作。以下是我遵循的步骤:

  • Python安装路径-C/Users/xyz/AppData/Local/Programs/Python/Python37-32/Python

    pip安装缺陷查找器

  • 当我在命令行中键入
    failfinder
    时,它会给出以下错误:

    DefaultFinder未被识别为内部或外部命令, 可操作的程序或批处理文件


  • 对于Windows,建议的方法是在其上安装并安装DefaultFinder。这是通常的方式。从

    Failfinder在类Unix系统上工作(它已经在GNU/Linux上测试过), 在Windows上使用Cygwin

    但也可以通过将python作为脚本运行来使用它

    • 下载failfinder.py脚本
    • 像往常一样,在cmd提示符中使用python运行它

      python缺陷查找器[选项][源代码文件]+