安装python2.7的时候,提示我没有C编译器,只需要安装gcc即可
$ sudo apt-get install gcc
安装完GCC之后,可以configure,但是make的时候还会提示错误:bash: make: command not found
这是因为没有安装make,
$ sudo apt-get install make
no acceptable C compiler found in $PATH
阅读 60
2023-03-22
安装python2.7的时候,提示我没有C编译器,只需要安装gcc即可
$ sudo apt-get install gcc
安装完GCC之后,可以configure,但是make的时候还会提示错误:bash: make: command not found
这是因为没有安装make,
$ sudo apt-get install make
相关推荐
精彩评论(0)