码迷,mamicode.com
首页 > 编程语言 > 详细

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

时间:2018-11-05 11:08:25      阅读:251      评论:0      收藏:0      [点我收藏+]

标签:yum   ble   解决   bsp   not found   执行   exec   which   usr   

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

标签:yum   ble   解决   bsp   not found   执行   exec   which   usr   

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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!