Skip to content

Commit

Permalink
Add --site-package flag on pipenv-install-dev Makefile rule
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfstabile committed Dec 15, 2021
1 parent 845c7bb commit e9aca31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e9aca31

Please sign in to comment.