码迷,mamicode.com
首页 > 系统相关 > 详细

学习Go碰到一些Linux命令(未完)

时间:2017-07-22 18:23:13      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:overflow   open   exp   ons   line   $path   com   wiki   linu   

export GOPATH=$HOME/go

GOPATH是Go的一个系统变量,设置这个是为了指定Go的workspace.

Find more in below page.

https://github.com/golang/go/wiki/SettingGOPATH 

export PATH=$HOME/go/bin:$PATH

设置$HOME/go/bin到当前进程的系统运行目录.

Find more in below pages.

https://stackoverflow.com/questions/13795237/what-does-the-export-command-do

http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#export

学习Go碰到一些Linux命令(未完)

标签:overflow   open   exp   ons   line   $path   com   wiki   linu   

原文地址:http://www.cnblogs.com/flyingpeguin/p/7221616.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!