From 05efba48493b30b5aa76281a968df7e301045a3f Mon Sep 17 00:00:00 2001 From: Juan Carlos Francisco Stabile Date: Tue, 14 Dec 2021 23:08:36 -0300 Subject: [PATCH] Add --site-package flag on pipenv-install-dev Makefile rule --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3c1843203..cf0f3fdcd 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ dev-no-pipenv: clean . .venv/bin/activate && pip install -r requirements.txt -r requirements-dev.txt -e . pipenv-install-dev: - PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev --python $(PYTHON_INTERPRETER) + PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev --python $(PYTHON_INTERPRETER) --site-packages ln-venv: # use that to configure a symbolic link to the virtualenv in .venv