douhong6187 2018-03-28 14:26
浏览 83
已采纳

Windows 10 golang安装程序。 错误,不在环境中

I am running into issues setting up go for the first time on a Windows 10 machine.

I followed the instructions from the install. https://golang.org/doc/install?download=go1.10.windows-386.msi

When I CD to my project E:\goProjects\goWebApp\src and run go build, I receive the following error.

C:\windows\system32>go version
Not in an environment
C:\Users\MyUser~1\AppData\Local\Temp\go_there.bat' is not recognized as an internal or external command,
    operable program or batch file.

My system variables are as follows:

  • GOPATH=E:\goProjects\goWebApp
  • GOROOT=C:\Go
  • PATH=C:\Go\bin

If I run go version from C:\Go\bin everything works fine. Running go command from anywhere outside of this directory does not work. I have also tried restarting my cmd prompt and restarting my computer. Still no luck. Has anyone else ran into this issue? Or know what I might have done wrong?

enter image description here

  • 写回答

1条回答 默认 最新

  • dpyln64620 2018-03-28 15:57
    关注

    Turns out I had two go locations in my PATH (sort of). When I ran the command where go from command prompt two paths were returned.

    Something like this..

    C:\tools\devTools\bin
    C:\Go\bin\go.exe
    

    There apparently was a bat file in devTools\bin called go.bat. This was unrelated to golang itself, just coincidental naming unfortunately.This was executing instead of the go binary, which in return was throwing the random error with the Not in an environment message.

    To fix the issue I just removed the devTools path from my PATH variable for now.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 metadata提取的PDF元数据,如何转换为一个Excel
  • ¥15 关于arduino编程toCharArray()函数的使用
  • ¥100 vc++混合CEF采用CLR方式编译报错
  • ¥15 coze 的插件输入飞书多维表格 app_token 后一直显示错误,如何解决?
  • ¥15 vite+vue3+plyr播放本地public文件夹下视频无法加载
  • ¥15 c#逐行读取txt文本,但是每一行里面数据之间空格数量不同
  • ¥50 如何openEuler 22.03上安装配置drbd
  • ¥20 ING91680C BLE5.3 芯片怎么实现串口收发数据
  • ¥15 无线连接树莓派,无法执行update,如何解决?(相关搜索:软件下载)
  • ¥15 Windows11, backspace, enter, space键失灵