Skip to content

Instantly share code, notes, and snippets.

View LIP17's full-sized avatar
🎸
Try to learn everything

Li Pei LIP17

🎸
Try to learn everything
  • Jersey City, NJ
  • 14:11 (UTC -04:00)
View GitHub Profile
@d2s
d2s / install-go-to-with-bash-script.md
Last active July 8, 2024 18:13
Installing Go with command line

NOTE: This is heavily outdated Gist snippet from 2017.


Install Go language with a Bash script

Another alternative to installing Go is to use a simple Bash script. It will download and install Go language under of your own user account.

Note that a system-wide installation might be better for some things