安装Python3,编译安装执行./configure prefix=/usr/local/python3时提示
configure: error: no acceptable C compiler found in $PATH
解决办法
安装GCC软件套件
yum -y install gcc
在安装Python3并尝试使用./configure...时遇到问题,报错'configure: error: no acceptable C compiler found in $PATH'。解决方法是通过运行'yum -y install gcc'来安装GCC软件包。
安装Python3,编译安装执行./configure prefix=/usr/local/python3时提示
configure: error: no acceptable C compiler found in $PATH
解决办法
安装GCC软件套件
yum -y install gcc

被折叠的 条评论
为什么被折叠?