mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-12 15:58:38 -05:00
Add node_modules bins to Makefile PATH
This commit is contained in:
@@ -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()")
|
||||
|
||||
Reference in New Issue
Block a user