How do I install the Go development environment under Linux? Linux Deployment Golang

Source: Internet
Author: User
Tags mercurial
This is a creation in Article, where the information may have evolved or changed.

How do I install the Go development environment under Linux? Linux Deployment Golang

0. Please install your own SSH remote tool

1. ssh telnet to your Linux server

2. Yum Install mercurial
Installing the Mercurial Package

3. Install the GIT package
Yum Install git

4. Installing GCC
Yum Install GCC

5. then you can download the Golang package.
wget https://go.googlecode.com/files/go1.2.linux-amd64.tar.gz

Download complete

6. Unzip the package with the TAR command
TAR-ZXVF go1.2.linux-amd64.tar.gz

7. then we'll add the environment variable
Vi/etc/profile

8. Add the following content to profile
Export Goroot=/home/forward/tools/go
Export path= $GOROOT/bin: $PATH
Export gopath=/home/forward/tools/gopkg
Gopath and Goroot change to your path.

9. Then we refresh the environment variable
Source/etc/profile

Finally we verify that the installation is successful


Ten. Go version
If the following message appears stating that the installation was successful

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.