如何在pycharm中配置golang插件?

时间:2015-06-26 15:45:29

标签: macos go pycharm

我想开发Go use pycharm。我的golang版本是1.4.2。我的pycharm版本是4.5.2。我的操作系统是Mac OSX 10.10.3。我在我的Mac上配置了GOROOT和GOPATH。就像图片一样: enter image description here

我从这个url下载了golang插件。但是当我安装插件并重新启动pycharm时,IDE会告诉我没有gopath和goroot。消息:

enter image description here

出了什么问题?

2 个答案:

答案 0 :(得分:2)

创建环境vairiables gopathgoroot

例如,

export GOPATH='goHomePath'

export GOROOT='< goRootPath >'

答案 1 :(得分:1)

安装最新的pre-release build of the new golang IDEA plugin。最近由两名Jetbrains员工进行了大量的工作,并且它比目前发布的版本好得多。