Python3.6配置安装路径出现错误no acceptable C compiler found in $PATH See confing.log for more details

在Linux配置Python3.6安装路径时出现错误:

no acceptable C compiler found in $PATH See confing.log for more details

问题原因:

没有gcc编译环境

解决方法:

安装gcc编译环境:yum install -y gcc

posted @ 2019-07-17 00:34  习于冷成于冰  阅读(78)  评论(0)    收藏  举报