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
Binaries built with go generally land in $GOPATH/bin (by default ~/go/bin, eg. under your home directory). So something like ~/go/bin/gcpviz should work.
Im trying to install and run gcpviz on my environment, i installed it locally on my ubuntu linux, as well as graphviz.
asf-VirtualBox:~$ go version
go version go1.22.1 linux/amd64
i installed the tool using the following command
go install github.com/GoogleCloudPlatform/professional-services/tools/gcpviz/cmd/gcpviz@latest
asf-VirtualBox:~/professional-services/tools$ gcpviz
gcpviz: command not found
The text was updated successfully, but these errors were encountered: