This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Description
I'm using MacOS High Sierra.
I installed ethermint by go get github.com/tendermint/ethermint
And cd into ethermint and run make install
It returns
go install -tags netgo -ldflags "-X github.com/cosmos/ethermint/version.GitCommit=c06a3f9" ./cmd/emintd
go install -tags netgo -ldflags "-X github.com/cosmos/ethermint/version.GitCommit=c06a3f9" ./cmd/emintcli]
and apparently there is no error.
However, when I do ethermint version, it returns zsh: command not found: ethermint
go version :
go1.10.1 darwin/amd64
echo $GOPATH :
/Users/ryo/go
pwd :
/Users/ryo/go/src/github.com/tendermint/ethermint