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