fix(dev): bootstrap pip in existing virtual environments
Assistant: codex Assistant-Model: gpt-6-astra Assistant-Session: 01a06ec5-7e2b-7743-ac08-719e1b0f42e2
This commit is contained in:
parent
72e1fab388
commit
e5611147fd
2 changed files with 23 additions and 2 deletions
1
Makefile
1
Makefile
|
|
@ -16,6 +16,7 @@ $(VENV)/bin/python:
|
|||
python3 -m venv $(VENV)
|
||||
|
||||
$(VENV)/.dev-installed: pyproject.toml $(VENV)/bin/python
|
||||
@$(PIP) --version >/dev/null 2>&1 || $(PYTHON) -m ensurepip --upgrade
|
||||
$(PIP) install --upgrade pip
|
||||
$(PIP) install -e ".[dev]"
|
||||
@touch $(VENV)/.dev-installed
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue