mirror of
https://github.com/Guake/guake.git
synced 2025-10-26 11:27:13 +00:00
Add --site-package flag on pipenv-install-dev Makefile rule
This commit is contained in:
parent
242b08bf37
commit
05efba4849
2
Makefile
2
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user