Sfoglia il codice sorgente

Added 'go' environment variables

Fred Damstra 10 anni fa
parent
commit
502244668a
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      .bashrc

+ 2 - 1
.bashrc

@@ -114,7 +114,8 @@ if ! shopt -oq posix; then
 fi
 
 export GOPATH=$HOME/go
-export PATH=$PATH:$GOPATH/bin
+export GOROOT=/usr/local/src/go
+export PATH=$PATH:$GOROOT/bin
 
 # Add autocompletion for git
 	source ~/.bash/git-completion.bash