mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Add node_modules bins to Makefile PATH
This commit is contained in:
parent
1908b56ef7
commit
c99f240c89
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()")
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user