I'm trying to run golang in an interactive mode.
I want to use go-eval for that, I followed the README instructions:
- I ran
go get github.com/sbinet/go-eval/successfully - I ran
go-evalwhich resulted in-bash: go-eval: command not found
Some more information:
echo $PATHreturns:/usr/local/go/bin:...echo $GOPATHreturns:$HOME/golangrunning
whereis go-evalreturns no output-
running
go install go-evalreturns:can't load package: package go-eval: cannot find package "go-eval" in any of: /usr/local/go/src/go-eval (from $GOROOT) $HOME/golang/src/go-eval (from $GOPATH)