2016/05/25

OS X El Capitan 10.11.4 Add path variable


開啟Terminal輸入下方指令
cd ~
vim .bash_profile


看你要加入什麼在Path,像我個人就加入這樣而已
export GOPATH="$HOME/go"


輸入「:wq!」離開

接著輸入即可

source .bash_profile