Browse Source

Add GOPATH/bin to PATH variable

pull/15/head
10sr 8 years ago
parent
commit
4ecb1fd55d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      profile

+ 1
- 0
profile View File

@@ -131,6 +131,7 @@ fi
export JAVA_OPTS="$JAVA_OPTS -Duser.language=en"

export GOPATH="$HOME/my/go"
export PATH="$GOPATH/bin:$PATH"


###########################################


Loading…
Cancel
Save