mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 18:50:04 -03: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_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