1
0
mirror of https://github.com/httpie/cli.git synced 2024-11-24 08:22:22 +02:00

Set path in makefile

This commit is contained in:
Jakub Roztocil 2019-12-04 18:24:53 +01:00
parent 38bc578744
commit cd5116705c

View File

@ -18,6 +18,9 @@ VENV_PIP=$(VENV_BIN)/pip3
VENV_PYTHON=$(VENV_BIN)/python3
export PATH := $(VENV_BIN):$(PATH)
all: uninstall-httpie install test