bash: make: command not found

make之后报错信息如下:

bash: make: command not found_第1张图片

cd 对应的文件路径后
make
发现报错:bash: make: command not found
这个原因可能是没有安装make工具,也可能是安装了make之后,没有将make的文件路径添加到系统环境变量中
有没有安装make,可以使用Search Everything搜索是否有make.exe
下面我们从安装make开始跑一遍流程:

make无毒安装链接

傻瓜式安装

bash: make: command not found_第2张图片
bash: make: command not found_第3张图片
bash: make: command not found_第4张图片
bash: make: command not found_第5张图片
bash: make: command not found_第6张图片
bash: make: command not found_第7张图片
bash: make: command not found_第8张图片
bash: make: command not found_第9张图片

安装完成后需要添加环境变量,否则仍然无法使用
添加环境变量如下:

bash: make: command not found_第10张图片

此时可以打开git bash 就执行make了

bash: make: command not found_第11张图片

你可能感兴趣的:(gcc-makefile,bash,开发语言,gcc,make)