There was an error while loading. Please reload this page.
1 parent 242b08b commit 05efba4Copy full SHA for 05efba4
1 file changed
Makefile
@@ -58,7 +58,7 @@ dev-no-pipenv: clean
58
. .venv/bin/activate && pip install -r requirements.txt -r requirements-dev.txt -e .
59
60
pipenv-install-dev:
61
- PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev --python $(PYTHON_INTERPRETER)
+ PIPENV_IGNORE_VIRTUALENVS=1 pipenv install --dev --python $(PYTHON_INTERPRETER) --site-packages
62
63
ln-venv:
64
# use that to configure a symbolic link to the virtualenv in .venv
0 commit comments