SORU
1 Kasım 2011, Salı


GOPATH ve GOROOT değerleri ne olmalıdır?

Bu gibi doozer yüklemeye çalışıyorum

$ goinstall github.com/ha/doozer

Bu hataları alıyorum.

goinstall: os: go/build: package could not be found locally
goinstall: fmt: go/build: package could not be found locally
goinstall: io: go/build: package could not be found locally
goinstall: reflect: go/build: package could not be found locally
goinstall: math: go/build: package could not be found locally
goinstall: rand: go/build: package could not be found locally
goinstall: url: go/build: package could not be found locally
goinstall: net: go/build: package could not be found locally
goinstall: sync: go/build: package could not be found locally
goinstall: runtime: go/build: package could not be found locally
goinstall: strings: go/build: package could not be found locally
goinstall: sort: go/build: package could not be found locally
goinstall: strconv: go/build: package could not be found locally
goinstall: bytes: go/build: package could not be found locally
goinstall: log: go/build: package could not be found locally
goinstall: encoding/binary: go/build: package could not be found locally

CEVAP
1 HAZİRAN 2012, Cuma


GOPATH in the cmd/go documentation tartıştı

GOPATH ortam değişkeni yerlere Gidip kod aramak için listeler. Üzerinde Unıx, değeri virgülle ayrılan bir dize. Windows, değer noktalı virgülle ayrılmış bir dize. Plan 9 değer bir liste.

GOPATH ve paketleri dışında inşa yüklemek için ayarlanmış olması gerekir standart ağaç.

GOROOT the installation instructions ele:

Gidip ikili dağıtımları yüklü olacak varsayalım /usr/local/go (veya Windows altında c:\Go), ama Olası yüklemek için farklı bir yere Gidip araçları. Bu durumda ayarlamanız gerekir GOROOT ortam hangi dizine gelin değişkeni yüklü.

Eğer ev dizininize Gidin yüklüyse, örneğin, eklemek gerekir aşağıdaki $HOME/.profile komutlar:

export GOROOT=$HOME/go
export PATH=$PATH:$GOROOT/bin

Not:GOROOT özel bir konuma yüklerken sadece ayarlanmış olması gerekir.

(Chris Bunch's answer. güncel sürüm)

Bunu Paylaş:
  • Google+
  • E-Posta
Etiketler:

YORUMLAR

SPONSOR VİDEO

Rastgele Yazarlar

  • bethliebert

    bethliebert

    23 EKİM 2008
  • GFX Tutorials

    GFX Tutorial

    12 AĞUSTOS 2013
  • The Slow Mo Guys

    The Slow Mo

    15 AĞUSTOS 2010