Add --site-package flag on pipenv-install-dev Makefile rule

This commit is contained in:
Juan Carlos Francisco Stabile 2021-12-14 23:08:36 -03:00 committed by Gaetan Semet
parent 242b08bf37
commit 05efba4849

View File

@ -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