Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.

Installation fails silently #3

Closed
yquemener opened this issue Sep 8, 2020 · 2 comments
Closed

Installation fails silently #3

yquemener opened this issue Sep 8, 2020 · 2 comments
Labels

Comments

@yquemener
Copy link

Hi, I am really curious about this gRPC protocol that seems easier to handle than zeroc-ice but I could not manage to get the package to install:

$ go get -u layeh.com/murmur-cli

$ murmur-cli
murmur-cli: command not found

$ go version
go version go1.10.4 linux/amd64

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 18.04.3 LTS
Release:	18.04
Codename:	bionic

Attaching the output from go get -v -u layeh.com/murmur-cli
verbose.txt

@yquemener
Copy link
Author

git clone and go build work fine though.

@ghost ghost added the question label Sep 8, 2020
@ghost
Copy link

ghost commented Sep 8, 2020

Go binaries are likely installed in a location that is not part of your path. See go help install:

Executables are installed in the directory named by the GOBIN environment
variable, which defaults to $GOPATH/bin or $HOME/go/bin if the GOPATH
environment variable is not set.

@ghost ghost closed this as completed Sep 8, 2020
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Development

No branches or pull requests

1 participant