べすとえふぉーと

プログラミング等のノート 

Macでmgoをインストールしようとしたら "bzr": executable file not found

Mongoのgoドライバ,mgoを入れようとしたらBazaarがないよと

go: missing Bazaar command. See http://golang.org/s/gogetcmd
package labix.org/v2/mgo: exec: "bzr": executable file not found in $PATH

Bazaarが足りないのでbrewで入れる

brew install bzr

入れたらmgoもgo getからインストール

go get labix.org/v2/mgo