summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Stark2018-11-25 18:20:27 +0000
committerDavid Stark2018-11-25 18:20:27 +0000
commita7d5e0c0afa2e945ca41937db52dba730adb66e9 (patch)
tree0f9499a7bd5c27ad2bba3d583a21573650b46cc1
parenta4df3b57dba094a4b960e4ad6e7898823df1bb95 (diff)
downloadaur-a7d5e0c0afa2e945ca41937db52dba730adb66e9.tar.gz
fixed Makefile to use the PATH from the VIRTUAL_ENV
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2edd2db8d424..4a68e1678395 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@
export ROOTDIR:=$(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
export VIRTUAL_ENV:=$(ROOTDIR)/venv
+export PATH:=$(VIRTUAL_ENV)/bin:$(PATH)
## Install all dependencies
# Usage: