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