mirror of
https://github.com/ansible/awx.git
synced 2026-04-05 01:59:25 -02:30
Add node_modules bins to Makefile PATH
This commit is contained in:
1
Makefile
1
Makefile
@@ -1,3 +1,4 @@
|
|||||||
|
PATH := awx/ui/node_modules/.bin:$(PATH)
|
||||||
PYTHON = python
|
PYTHON = python
|
||||||
PYTHON_VERSION = $(shell $(PYTHON) -c "from distutils.sysconfig import get_python_version; print get_python_version()")
|
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()")
|
SITELIB=$(shell $(PYTHON) -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
|
||||||
|
|||||||
Reference in New Issue
Block a user