From cd5116705cc0ce8af9cba79729f11ae29b3abef8 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Wed, 4 Dec 2019 18:24:53 +0100 Subject: [PATCH] Set path in makefile --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 757924b8..7b460875 100644 --- a/Makefile +++ b/Makefile @@ -18,6 +18,9 @@ VENV_PIP=$(VENV_BIN)/pip3 VENV_PYTHON=$(VENV_BIN)/python3 +export PATH := $(VENV_BIN):$(PATH) + + all: uninstall-httpie install test