Skip to content

it can't work with gvm #49

Description

@kelvinji2009

I install go 1.5.3 by gvm recently. Before this i used homebrew to install go.
After switch to gvm, gvp can't work correctly. go get did not download the package in first directory listed from GOPATH.
Please see the log from terminal.



★  server git:(kdev) ⚡️  »echo $GOPATH
/Users/kelvinji/.gvm/pkgsets/go1.5.3/global
★  server git:(kdev) ⚡️  »source gvp in
>> Local GOPATH set.
(gvp)★  server git:(kdev) ⚡️  »echo $GOPATH
/Users/kelvinji/mitnick/dev/github/go-starter-kit/server/.godeps:/Users/kelvinji/mitnick/dev/github/go-starter-kit/server:/Users/kelvinji/.gvm/pkgsets/go1.5.3/global
(gvp)★  server git:(kdev) ⚡️  »cat Godeps
github.com/itsjamie/go-bindata-templates 65d795d0c74021e19b2ebadf3c83c01a8290a405
github.com/elazarl/go-bindata-assetfs 57eb5e1fc594ad4b0b1dbea7b286d299e0cb43c2
github.com/mattn/go-colorable 9cbef7c35391cca05f15f8181dc0b18bc9736dbb
github.com/mattn/go-isatty 56b76bdf51f7708750eac80fa38b952bb9f32639
github.com/moul/http2curl 1812aee76a1ce98d604a44200c6a23c689b17a89
github.com/nu7hatch/gouuid 179d4d0c4d8d407a32af483c2354df1d2c91e6c3
github.com/olebedev/config e3edea7d68b76222b5118cc2e1cf3825e30abb80
gopkg.in/olebedev/go-duktape-fetch.v2 2cb38c455cc667cf4db0e0547336b5df82913971
gopkg.in/olebedev/go-duktape.v2 1c5e9d0fb82296a24a63ab68b682c5b4d7a45cca
gopkg.in/yaml.v2 f7716cbe52baa25d2e9b0d0da546fcf909fc16b4
github.com/codegangsta/cli v1.2.0
github.com/parnurzeal/gorequest v0.2.13
github.com/labstack/echo v2.0.0-apha1
(gvp)★  server git:(kdev) ⚡️  »tree .godeps
.godeps
├── bin
├── pkg
└── src

3 directories, 0 files
(gvp)★  server git:(kdev) ⚡️  »go get -u -d github.com/codegangsta/cli
(gvp)★  server git:(kdev) ⚡️  »tree .godeps
.godeps
├── bin
├── pkg
└── src

3 directories, 0 files
(gvp)★  server git:(kdev) ⚡️  »

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions