Browse Source

~/.env: set variables necessary for go builds.

used it for building docker. i like that go builds standalone binaries.
i'd like to have something like that for clojure.
Lucas Stadler 12 years ago
parent
commit
5ab8f27817
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .env

+ 3 - 0
.env

@ -30,3 +30,6 @@ add_to_path() {
30 30
}
31 31
add_to_path .bin .cabal .gem/ruby/2.0.0/bin erlang-git
32 32
add_to_path  ~/.lang_*
33
34
export GOPATH=$HOME/.go
35
export PATH=$GOPATH/bin:$PATH