where is delve installed? #2970
Unanswered
montanaviking
asked this question in
Q&A
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks so much! I do see now where Delve (dlv) executable was installed. It
was in $HOME/go/bin.
Thanks,
Phil
…On Thu, Apr 14, 2022 at 1:31 PM Alessandro Arzilli ***@***.***> wrote:
$ go help install
usage: go install [build flags] [packages]
Install compiles and installs the packages named by the import paths.
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. Executables in $GOROOT
are installed in $GOROOT/bin or $GOTOOLDIR instead of $GOBIN.
—
Reply to this email directly, view it on GitHub
<#2970 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB5GXWUV4S57DZS7ATWHTJLVFBXBJANCNFSM5TOPXEAQ>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am running Ubuntu 18.04 and I installed the latest Go compiler via snap:
$ sudo snap install go --classic
Then I attempted to install delve from Github:
$ go install github.com/go-delve/delve/cmd/dlv@latest
However, I cannot find the delve executable.
Also
$ go env GOBIN
returns nothing.
Any advice much appreciated.
Thanks, Phil
Beta Was this translation helpful? Give feedback.
All reactions