Mac OS X 安裝Golang

來源:互聯網
上載者:User

標籤:http   ar   os   使用   sp   on   檔案   2014   log   

1.確保Mac OS X 安裝了Git,Hg,在Mac OS X 10.8+下面安裝Xcode CommandLine Tools就可以了,10.9以上安裝Xcode就包含了Git工具,hg請安裝SourceTree,這個Git GUI工具包含了Mercurial工具

2.下載安裝go1.3.1.darwin-amd64-osx10.8.pkg

3.安裝Sublime Text,一次安裝外掛程式,GoSublime,配置GoSublime-Settings-User檔案,切記不要改動任何Default檔案,例如:GoSublime-Setting-User寫入

{
"env":
{
"GOPATH": "$HOME/Documents/GoPATH/",
"GOROOT": "/usr/local/go"
}
}

4.設定GOPATH

5.設定GOPATH注意事項,在目前使用者Home目錄下面建立.bash_profile檔案

寫入

#This is my personal bash_profile,when loaded at login.

#===2014-09-04===

#GOPATH

export GOPATH=$HOME/Documents/GoPATH

#PATH

export PATH=$PATH:$GOPATH/bin


然後執行source .bash_profile

6.OK 輸入go env就可以看到正確的go環境了

7.可以輸入export查看目前使用者的所有shell環境配置


使用Google範例程式碼或者安裝本地gotour需要使用到hg命令,Mac OS X預設沒有安裝可以使用Homebrew安裝,

# Mac OS (homebrew)$ brew install mercurial下面是其他OS的安裝方式
# Debian/Ubuntu$ apt-get install mercurial# Fedora$ yum install mercurial# Gentoo$ emerge mercurial# Mac OS (homebrew)$ brew install mercurial# FreeBSD$ cd /usr/ports/devel/mercurial$ make install# Solaris 11 Express$ pkg install SUNWmercurialMercurial SCM官方網站 :http://mercurial.selenic.com/


Mac OS X 安裝Golang

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

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.