学霸
发布时间:2015-04-21 18:39:22
python installtar -xvf Python-2.5.2.tar.bz2cd Python-2.5.2./configure "no acceptable C compiler found in $PATH"/* found that this phenomenon is caused due to no compiler */yum install gcc "No package gcc available"/* found that this phenomenon is caused due to yum source */rpm -qa |g.........【阅读全文】