issue with installing dep
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 4k
- Forks
- 818
- Avg merge
- 1h 14m
- Merged PRs (30d)
- 1
Description
i have installed dep using this command -"curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh" it is installed in GOPATH/bin. but ehile using $dep ensure i am getting this error"No command 'dep' found, did you mean:
Command 'delp' from package 'fp-utils-3.0.0' (universe)
Command 'iep' from package 'emboss' (universe)
Command 'rep' from package 'rep' (universe)
Command 'xep' from package 'pvm-examples' (universe)
Command 'dex' from package 'dex' (universe)
Command 'dp' from package 'speech-tools' (universe)
Command 'dwp' from package 'binutils' (main)
dep: command not found"
what should i do now??
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by checking whether GOPATH/bin is on PATH after running the reported install command, then verify that the dep executable is present there. Reproduce the failure with dep ensure and confirm that the command is found before considering the issue resolved.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- cli, tooling
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100