在环境变量中找不到mingw32-make

mingw32-make can not be found in environment variables

我想在我的 windows 7 上安装 xgboost。但在那之前,当我安装 MinGW-W64 时,它需要使用 make 命令,当我在我的 [= 中输入 which mingw32-make 21=] bash,说我的Path里没有mingw32-make(虽然我在Path环境变量里给了mingw32-make目录的地址)。那么有人可以帮我解决这个问题,或者至少提出一种在 ipython notebook 中使用 xgboost 的简单方法吗?

PATH 用于文件夹名称,其中命令 which 正在搜索程序名称 mingw32-make 并且当您 运行 时系统正在搜索程序。但是你把文件夹名和程序名放在最后。

你需要 C:/ ... /mingw64/bin 而不是最后的 mingw32-make