mingw32-make can not be found in environment variables

2.5k Views Asked by At

I want to use install xgboost on my windows 7. but before that, when i installed MinGW-W64, it needed to use make command and when i type which mingw32-make in my git bash, it said that there is no mingw32-make in my Path ( although i gave an address for the directory of mingw32-make in the Path environment variable). So could someone help me with this or at least propose an easy way to use xgboost within ipython notebook?

enter image description here

1

There are 1 best solutions below

0
On BEST ANSWER

PATH is for folders names in which command which is searching for program name mingw32-make and in which system is searching for program when you run it. But you put folder name with program name at the end.

You need rather C:/ ... /mingw64/bin without mingw32-make at the end.