-
golang (developed with 1.13.4)
-
python (developed with 3.7.5)
-
Download golang here
-
Test your golang installation
go version
-
Ensure
GOPATH
is set in your .bash_profileexport $GOPATH=$HOME/go
-
Ensure
GOBIN
is set in your .bash_profileexport GOBIN=$GOPATH/bin
-
Download and install Python (Your mac probably already has it installed though)
brew install python@2
-
Test your python installation
python -V