Comments on: How to Install GoLang (Go Programming Language) in Linux https://www.tecmint.com/install-go-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 05 Jan 2021 04:32:02 +0000 hourly 1 By: Brentl https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1409168 Tue, 05 Jan 2021 04:32:02 +0000 http://www.tecmint.com/?p=23415#comment-1409168 In reply to Rolln.

Thank you for the tip, I just did this myself.

I would like to add, to those noobs such as myself. If you do this tip after all the other steps in the article and it is saying no command when you run “hello” make sure you do the source command on the file where you added the path env variables like

$ source ~/.profile

If you don’t do this, it won’t work. (took me a couple of min of it not working to remember about the source command ran earlier.)

]]>
By: Rolln https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1363042 Sat, 12 Sep 2020 13:28:53 +0000 http://www.tecmint.com/?p=23415#comment-1363042 If you export PATH=$PATH:$GOBIN as well then you could just call hello instead of $GOBIN/hello.

Just a suggestion but maybe that’s not the proper way to do things… newer Linux user here!

]]>
By: Ravi Saive https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1362589 Fri, 11 Sep 2020 05:18:04 +0000 http://www.tecmint.com/?p=23415#comment-1362589 In reply to GoUpdate.

@GoUpdate,

We’ve updated the article to the most recent version of GoLang…

]]>
By: GoUpdate https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1362467 Thu, 10 Sep 2020 19:45:12 +0000 http://www.tecmint.com/?p=23415#comment-1362467 It would be nice to update this article to a more recent version of Go.

]]>
By: Aaron Kili https://www.tecmint.com/install-go-in-linux/comment-page-1/#comment-1246763 Wed, 18 Sep 2019 07:38:16 +0000 http://www.tecmint.com/?p=23415#comment-1246763 In reply to gws.

@GWS

The destination directory is /usr/local as specified in the command.

]]>