From 801eb8ee2044e52e0a90e38ebe3542515f74bb59 Mon Sep 17 00:00:00 2001 From: stevemandl Date: Fri, 7 Jun 2024 18:36:30 +0000 Subject: [PATCH] fix: global pipenv install --- py_src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/py_src/Makefile b/py_src/Makefile index 37c9336..d4aff56 100644 --- a/py_src/Makefile +++ b/py_src/Makefile @@ -2,5 +2,5 @@ SHELL := /bin/bash build-PythonTemplate: cp -r ./* $(ARTIFACTS_DIR) pip install --upgrade pip - pip install pipenv --user + pip install pipenv pipenv run pip install -r <(pipenv requirements) -t $(ARTIFACTS_DIR) \ No newline at end of file