tools / godep

dependency tool for go
http://godoc.org/github.com/tools/godep
BSD 3-Clause "New" or "Revised" License
5.54k stars 454 forks source link

No command 'godep' found #544

Closed connelevalsam closed 6 years ago

connelevalsam commented 7 years ago

Expected behavior

build dependencies.

Actual behavior

No command 'godep' found, did you mean: Command 'godef' from package 'emboss' (universe) Command 'godex' from package 'golang-golang-x-tools' (universe) godep: command not found

Steps to reproduce behavior

create a project do go get set GOPATH to go/src/github.com/username/ make cd then run godep save

godep version output

No command 'godep' found, did you mean: Command 'godef' from package 'emboss' (universe) Command 'godex' from package 'golang-golang-x-tools' (universe) godep: command not found

go version output

go version go1.8.1 linux/amd64

Contents of Godeps.json file

nafisfaysal commented 7 years ago

I think you have not set GOBIN correctly, so try export PATH=$GOPATH/bin:$PATH I hope it will work out well.

freeformz commented 6 years ago

I am closing this issue because the repo is going to be archived.