In module mode, where does "go install" install executables
40 views
Skip to first unread message
Andy Balholm
unread,
Jun 25, 2019, 4:10:16 PM6/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
When GOPATH is set, “go install” installs executables to $GOPATH/bin (assuming there is just one path in GOPATH). When GOPATH is not set, where do the executables go? I haven’t been able to find them.
Andy
Wagner Riffel
unread,
Jun 25, 2019, 4:26:24 PM6/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Andy Balholm, golang-nuts
I'd bet the default GOPATH, that is $HOME/go
BR.
Andy Balholm
unread,
Jun 25, 2019, 4:31:13 PM6/25/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message