mardi 26 novembre 2013

Setting GOROOT and GOPATH after installing Go with Homebrew

I successfully installed Go by using the simplicity of Homebrew. Installation was fine but some errors occurs with doing a go get command or simply compiling the simple "hello world" program.

After few seconds, I realized how I sucks and forget to set up the GOPATH and GOROOT variables.

With Homebrew, the base installation of Go rely under /usr/local/Cellar/go/1.1.2.

Simply set GOROOT to /usr/local/Cellar/go/1.1.2/libexec
In fact, you have to set GOPATH to the directory that contains the src directory that contains the source of go main packages.

Set GOPATH to whatever you want that is different from GOROOT.






Aucun commentaire:

Enregistrer un commentaire