Skip to content

Commit

Permalink
Add FARM_NG_GOPATH to bootstrap.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanrublee committed Nov 29, 2020
1 parent c6e4db8 commit da5e422
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,10 @@ while [ -h "$SOURCE" ]; do # resolve $SOURCE until the file is no longer a symli
done
export FARM_NG_ROOT=$( cd "$( dirname "${SOURCE}" )" >/dev/null 2>&1 && pwd )

FARM_NG_GOPATH=$FARM_NG_ROOT/env/go
export GOPATH=$FARM_NG_GOPATH:$GOPATH
export PATH=$FARM_NG_GOPATH/bin:/usr/local/go/bin:$PATH


$FARM_NG_ROOT/bootstrap-apt.sh
$FARM_NG_ROOT/bootstrap-venv.sh

0 comments on commit da5e422

Please sign in to comment.