Skip to content

Instantly share code, notes, and snippets.

@fedir
Last active April 19, 2024 12:06
Show Gist options
  • Select an option

  • Save fedir/c1e2531a5add831864939589b7cee6e7 to your computer and use it in GitHub Desktop.

Select an option

Save fedir/c1e2531a5add831864939589b7cee6e7 to your computer and use it in GitHub Desktop.
Go (Golang) installation and path configuration for Ubuntu / Debian / Linux Mint / ...
export GOPATH=$HOME/go
export GOROOT=/usr/local/go
export PATH=${GOROOT}/bin:${PATH}
export PATH=${GOPATH}/bin:${PATH}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment