Skip to content
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.

Commit

Permalink
dash $HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Taggart committed Apr 30, 2016
1 parent 3bf330b commit 6975242
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root/install-vscode-Go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $dir/install-vscode-extension.sh lukehoban Go 0.6.38
# see https://github.com/ctaggart/golang-vscode/issues/8
#echo 'export GOPATH=$HOME/go' >> ~/.bash_profile
#echo 'export PATH=$GOPATH/bin:/usr/local/go/bin:$PATH' >> ~/.bash_profile
export GOPATH=~/go
export GOPATH=$HOME/go
echo 'export PATH=~/go/bin:/usr/local/go/bin:$PATH' >> ~/.bash_profile
. ~/.bash_profile

Expand Down

0 comments on commit 6975242

Please sign in to comment.