0
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"
0
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"
1
bash is not finding make, it may not be installed or it may not be in its path.
Make sure it is installed, and if you are creating an environment variable and add it to the system path.
Browser other questions tagged python git django makefile sublime-text-3
You are not signed in. Login or sign up in order to post.
He didn’t find the program
make
, possibly it is not installed for your Mingw– Jefferson Quesado