I'm programming in python in Django with Sublime Text 3, using Git Bash MINGW64.
I created the makefile but when I run I get "bash: make: command not found"
I'm programming in python in Django with Sublime Text 3, using Git Bash MINGW64.
I created the makefile but when I run I get "bash: make: command not found"
Bash is not finding make, it may not be installed or may not be in your path.
Make sure it is installed, and if you are creating an environment variable and add it to the system path.