今天在百度云的系统上安装python3
编译的时候提示
configure: error: no acceptable C compiler found in $PATH 问题解决
网上查了是 是缺少gcc
yum install gcc
然后继续编译就可以了
|
今天在百度云的系统上安装python3 编译的时候提示 configure: error: no acceptable C compiler found in $PATH 问题解决网上查了是 是缺少gcc yum install gcc
然后继续编译就可以了
|