fix the GOPATH/bin

This commit is contained in:
jba 2015-02-09 11:27:00 +01:00
parent 05078bce47
commit 2552590e22
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