mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
[3.13] gh-136854: Exit on error in make venv (GH-136856) (#136861)
Co-authored-by: Nacho Caballero <nachocab@gmail.com> Co-authored-by: Nacho Caballero <nacho.caballero@astrazeneca.com>
This commit is contained in:
parent
c99fad72a1
commit
1172f4ccfe
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ venv:
|
|||
echo "venv already exists."; \
|
||||
echo "To recreate it, remove it first with \`make clean-venv'."; \
|
||||
else \
|
||||
set -e; \
|
||||
echo "Creating venv in $(VENVDIR)"; \
|
||||
if $(UV) --version >/dev/null 2>&1; then \
|
||||
$(UV) venv --python=$(PYTHON) $(VENVDIR); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue