studygolang icon indicating copy to clipboard operation
studygolang copied to clipboard

can't find /config/env.ini

Open liangyuanpeng opened this issue 6 years ago • 3 comments

在goLand下运行会报这样的错误 can't find /config/env.ini

请问有解决的方案吗

liangyuanpeng avatar Jul 11 '18 14:07 liangyuanpeng

项目不在GOPATH下, 编译器使用goland

liangyuanpeng avatar Aug 03 '18 16:08 liangyuanpeng

配置Goland Project GOPATH: 添加工程目录; Run/Debug Configuration :

  1. Package path 配置为 server/studygolang;
  2. Output Directory配置为工程目录下的bin目录;
  3. Working Directory配置为工程目录;
  4. Module 配置为studygolang

tk103331 avatar Oct 29 '18 08:10 tk103331

https://github.com/studygolang/studygolang/issues/82#issuecomment-433821179 Hi,I followed the steps in README.md and get some errors, How to fix it? load config file error: open D:\5.Code\go/config/env.ini: The system cannot find the path specified.

CKchen0726 avatar Jun 10 '22 07:06 CKchen0726