首页 > 编程语言 > 详细

CentOS VSCode调试go语言出现:exec: "gcc": executable file not found in PATH

时间:2018-11-05 10:30:40      阅读:324      评论:0      收藏:0      [点我收藏+]

CentOS VSCode调试go语言出现:exec: "gcc": executable file not found in PATH

 

解决方案:

执行如下命令安装GCC,然后重新启动VSCode即可

sudo yum install gcc #安装GCC
[fengxm@centos7-feng ~]$ which gcc
/usr/bin/gcc  #验证安装完毕

 

CentOS VSCode调试go语言出现:exec: "gcc": executable file not found in PATH

原文:https://www.cnblogs.com/fengxm/p/9907589.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!