Mac下go環境變數配置

來源:互聯網
上載者:User

標籤:style   blog   color   使用   檔案   代碼   div   ar   

1.0  查看是否存在bash_profile

cd ~/.bash_profile

2.0  如果不存在則建立bash_profile Mac環境設定檔

touch ~/.bash_profile

3.0  開啟bash_profile

open -t ~/.bash_profile

4.0  添加go 環境變數:(等號後面的為你的項目儲存目錄)

GOPATH=website/apple/apps

5.0  warning:如果因為建立bash_profile 使命令列ls命令失效而造成go語言無法安裝請關注

  5.1  如上開啟bash_profile 並加入環境變數   

export PATH="/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/X11/bin"

  5.2  重啟命令列工具 刪除 bash_profile 關閉命令列 刪除 go 檔案重新安裝在(/usr/local/)下

rm ~/.bash_profile

 

  5.3  安上文配置方法重新設定即可

6  配置好項目目錄後需要添加三個檔案夾

  $GOPATH 目錄約定有三個子目錄:

  • src 存放原始碼(比如:.go .c .h .s等)
  • pkg 編譯後產生的檔案(比如:.a)
  • bin 編譯後產生的可執行檔(為了方便,可以把此目錄加入到 $PATH 變數中,如果有多個gopath,那麼使用${GOPATH//://bin:}/bin添加所有的bin目錄)

 

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在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.