You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sorry about your confusion @Theoooooo – you need to have $GOPATH/bin in your $PATH to access the binaries installed via go install. You can add it like this:
Hi @jrhouston , I have run the export directive you have mentioned above but still getting the same issue that @Theoooooo has claimed and cannot install the app. Any idea what is the cause? Thanks
$ export PATH=$PATH:$(go env GOPATH)/bin
$ make
go build -ldflags "-X main.toolVersion=0.1.8"
Hello
I've been trying to install this binary for over 30 minutes now, i'm moving to something else
go install logs :
No tfk8s binary found on my VM
make install logs :
No tfk8s binary found on my VM
go version :
Am i missing something ?
The text was updated successfully, but these errors were encountered: