Install Go on Ubuntu (terminal)

Опубликовано: 10 Октябрь 2024
на канале: Jantcu
48,200
1k

How to install Go 1.14.2 on Ubuntu 18.04 using the command line (terminal).

Download latest version here: https://golang.org/dl/

Add Go to your PATH in your ~/.bashrc file: export PATH=$PATH:/usr/local/go/bin

Why you don't need GOPATH:   / golang-why-not-use-the-gopath