<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">
<br class="">
<div>
<blockquote type="cite" class="">
<div class="">On Jul 30, 2015, at 2:23 PM, Kevin LaTona <<a href="mailto:lists@studiosola.com" class="">lists@studiosola.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><br class="">
Looking for any GO people on the list who might be able to help me dechiper what this error means which trying to install LXD CLI on to a OS X machine.<br class="">
<br class="">
If I check my current GO path on OS X it's at /usr/local/go</div>
</blockquote>
<blockquote type="cite" class="">
<div class=""><br class="">
Which is where GO installed it at.<br class="">
<br class="">
<br class="">
I got the current LXD tar ball<br class="">
CD to it's top folder and called make<br class="">
<br class="">
From here it give GO path not found error…….through out the whole make script<br class="">
<br class="">
lxd-0.14 kevin$ make<br class="">
go get -v -d ./...<br class="">
package <a href="http://github.com/chai2010/gettext-go/gettext:" class="">github.com/chai2010/gettext-go/gettext:</a> cannot download, $GOPATH not set.</div>
</blockquote>
<div><br class="">
</div>
You need to set your GOPATH environment variable. This is where it will put the repo which ‘go get’ will get. Personally, I use $HOME/.go but it can be wherever you want it to be. See <a href="https://github.com/golang/go/wiki/GOPATH" class="">https://github.com/golang/go/wiki/GOPATH</a> and/or <a href="http://www.ryanday.net/2012/10/01/installing-go-and-gopath/" class="">http://www.ryanday.net/2012/10/01/installing-go-and-gopath/</a> 
 for more details.</div>
<div><br class="">
</div>
<div>Cheers,</div>
<div>Bill</div>
<div><br class="">
</div>
</body>
</html>