$(error unsupported Python version $(PYTHON_VER), Grumpy only supports 2.7.x. To use a different python binary such as python2, run:'make PYTHON=python2 ...')
endif
export GOPATH:=$(ROOT_DIR)/build
export PYTHONPATH:=$(ROOT_DIR)/$(PY_DIR)
export PATH:=$(ROOT_DIR)/build/bin:$(PATH)
...
...
@@ -90,30 +97,32 @@ precommit: cover gofmt lint test