Merge pull request #11 from dz0ny/patch-1 also set GOBIN
diff --git a/cmd/in_out.go b/cmd/in_out.go index eb339dc..2b88699 100644 --- a/cmd/in_out.go +++ b/cmd/in_out.go
@@ -98,6 +98,7 @@ os.Setenv("ALREADY_GLIDING", "1") os.Setenv("GOPATH", gopath) + os.Setenv("GOBIN", gopath + "/bin") os.Setenv("GLIDE_GOPATH", gopath) os.Setenv("PATH", path + ":" + gopath + "/bin") os.Setenv("GLIDE_PROJECT", cwd)