diff --git a/Makefile b/Makefile index a6f593e940..b39e7a2501 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,4 @@ +PATH := awx/ui/node_modules/.bin:$(PATH) PYTHON = python PYTHON_VERSION = $(shell $(PYTHON) -c "from distutils.sysconfig import get_python_version; print get_python_version()") SITELIB=$(shell $(PYTHON) -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")