为了账号安全,请及时绑定邮箱和手机立即绑定

在 $PATH 中找不到 Unix 可执行文件

在 $PATH 中找不到 Unix 可执行文件

Go
茅侃侃 2021-09-21 20:31:04
我在使用 Go 时遇到问题。这是我的代码:package mainimport (    "fmt"    "os/exec")func main() {    output, err := exec.Command("pwd").Output()    fmt.Println(string(output), err)    output, err = exec.Command("ls", "-l").Output()    fmt.Println(string(output), err)}当我运行它时,我收到以下错误。err exec: "pwd": 在 $PATH 中找不到可执行文件;err exec: "ls": 在 $PATH 中找不到可执行文件我正在使用Ubuntu 14.04.
查看完整描述

1 回答

  • 1 回答
  • 0 关注
  • 216 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信