how to Install GoLang on Mac with Homebrew (2020)



how to Install GoLang on Mac with Homebrew (2020)

how to Install GoLang on Mac with Homebrew (2020)

In this video, I install #Homebrew to a computer running #MacOs. If you’re using #Linux, the installation process should be similar.. and also #Golang

HomeBrew Install:- /usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)”

Open Bash file:
nano ~/.bash_profile

export Path:
– export PATH=/usr/local/bin:$PATH
– export GOPATH=$HOME/go
– export PATH=$PATH:$GOPATH/bin

Activate changes :
source ~/.bash_profile

If you have any query please feel free to ask…

Follow Me on:-

Facebook : https://www.facebook.com/CodeAxen-101410571341155/

Twitter:https://twitter.com/i_nsamba

youtube : https://www.youtube.com/channel/UCAIjhQptPXhWAG7EokNrN0Q?sub_confirmation=1