Linux 在 redhat 中安装 make - 找不到 make 命令

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/9107646/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-06 04:19:54  来源:igfitidea点击:

install make in redhat - make command not found

linuxredhat

提问by cppit

-bash: make: command not found
[root@Ritely r2]#

I am using redhat and I need to install make. any help please. I am setting up a vps server and need to install python:

我正在使用redhat,我需要安装make。请任何帮助。我正在设置一个vps服务器,需要安装python:

$ cd reddit/r2
$ make pyx
$ python setup.py build
$ sudo python setup.py develop
$ make

it says that make is not found

它说没有找到 make

采纳答案by Ignacio Vazquez-Abrams

makeis in the makepackage, part of the "Development Tools" group which you should install before attempting to build anything.

make位于make包中,是“开发工具”组的一部分,您应该在尝试构建任何东西之前安装它。

回答by raj_gt1

if your question is how to install make on redhat then you can do it using command yum install make. if yum not work then try to set proxy URL to the proxy server in file /etc/yum.conf.

如果您的问题是如何在 redhat 上安装 make,那么您可以使用 command 来完成yum install make。如果 yum 不起作用,请尝试将代理 URL 设置为文件中的代理服务器/etc/yum.conf