【问题标题】:make' is not recognized as an internal or external command Windows 10 Anacondamake' 未被识别为内部或外部命令 Windows 10 Anaconda
【发布时间】:2020-07-29 11:39:07
【问题描述】:

我正在尝试在我的笔记本电脑上运行 biostars 页面。 Example.

我正在按照here 上的安装说明进行操作。

我一直跟踪到make forum demo这一行

运行此命令时出现此错误。

'make' is not recognized as an internal or external command,
operable program or batch file.

我一直在寻找答案,找到了this question

这个问题的最佳答案是说我可能缺少选项,但我不确定这些选项是什么。

任何帮助表示赞赏。

【问题讨论】:

    标签: python anaconda webserver


    【解决方案1】:

    你需要在你的电脑上安装mingw

    以下是在windows中安装mingw并启动biostar server的步骤

    1. 安装 mingw-get-setup.exe
    2. 打开 C:\MinGW\bin\mingw-get.exe
    3. 安装 mingw32-make
    4. 将“C:\MinGW\bin”中的所有内容复制到有“makefile”的文件夹中
    5. 从文件夹路径打开 cmd
    6. 在cmd中执行“mingw32-make forum demo”命令

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2012-10-20
      • 2020-12-09
      • 2020-04-19
      • 2017-11-13
      • 1970-01-01
      • 2019-03-25
      • 2018-04-24
      • 2017-06-29
      相关资源
      最近更新 更多