Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gocode executalbe fine not found in PATH #11

Closed
thapakazi opened this issue Feb 26, 2016 · 3 comments · Fixed by #33
Closed

gocode executalbe fine not found in PATH #11

thapakazi opened this issue Feb 26, 2016 · 3 comments · Fixed by #33

Comments

@thapakazi
Copy link

Applogies, I accidently created this issue
but what we(newbies) are getting here looks like this:

go-pry -i "fmt,math,strconv"      

From /tmp/pry891096756/main.go @ line 10 :

     5:   "fmt"
     6:   "math"
     7:   "strconv"
     8: )
     9: func main() {
 => 10:   pry.Pry()
    11: }

[0] go-pry>  
            ERR                                               
            exec: "gocode": executable file not found in $PATH

like:
go_code_not_found_in_path

PRY magick pop up in that Readme gif looks too awesome.

I guess I am getting the error because of some $PATH issues..

@thapakazi
Copy link
Author

After a bit fiddle, what I conclude is that Its gocode is the dependency I need to get for those autocompletion stuffs.
go_after_getting_gcode_inside_go-pry

It would be better if you put gocode as accessorial-dependency 😄

@neuronsong
Copy link

I just found go-pry... and ran into this problem. The following fixed it.

go get -u github.com/nsf/gocode

@d4l3k
Copy link
Owner

d4l3k commented Jul 22, 2017 via email

JJ added a commit to JJ/go-pry that referenced this issue Jul 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants