Skip to content

Commit 05efba4

Browse files
jcfstabilegsemet
authored andcommitted
Add --site-package flag on pipenv-install-dev Makefile rule
1 parent 242b08b commit 05efba4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ dev-no-pipenv: clean
5858
. .venv/bin/activate && pip install -r requirements.txt -r requirements-dev.txt -e .
5959

6060
pipenv-install-dev:
61-
PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev --python $(PYTHON_INTERPRETER)
61+
PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev --python $(PYTHON_INTERPRETER) --site-packages
6262

6363
ln-venv:
6464
# use that to configure a symbolic link to the virtualenv in .venv

0 commit comments

Comments
 (0)