Merge pull request #954 from julienba/master

fix the GOPATH/bin for vagrant
This commit is contained in:
Paul Hinze 2015-02-10 08:58:40 -06:00
commit 3b5ee93f73
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -15,7 +15,7 @@ cd /opt/go/src && ./all.bash
mkdir -p /opt/gopath
cat <<EOF >/etc/profile.d/gopath.sh
export GOPATH="/opt/gopath"
export PATH="/opt/go/bin:\$GOPATH/bin:\$PATH"
export PATH="/opt/go/bin:$GOPATH/bin:\$PATH"
EOF
# Make sure the GOPATH is usable by vagrant