mirror of
https://github.com/ansible/awx.git
synced 2026-03-08 21:19:26 -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_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