我拥有最新版本的 Visual Studio Code 和 Go 编译器。当我尝试使用 Visual Studio Code 终端构建文件时,go build [FILENAME]
我得到了以下输出:
The program 'go' can be found in the following packages: * golang-go * gccgo-go Try: sudo apt install <selected package>
但在单独的终端窗口中执行同样的事情却很正常。如何修复?
答案1
好吧,我找到了解决问题的方法。我忘了添加export PATH=$PATH:/usr/local/go/bin
到/etc/profile/