Setting PATH

Every now and then I have to Google for this…So here it is:

For the shell: (the manual method)

~/.bash_profile should contain export GOPATH=$HOME/go and also export PATH=$GOPATH/bin:$PATH.

In my case, I had to do that in the .zprofile file.

 Share!

 
comments powered by Disqus