We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make venv
1 parent dda9d00 commit 9c2f91cCopy full SHA for 9c2f91c
1 file changed
Doc/Makefile
@@ -170,6 +170,7 @@ venv:
170
echo "venv already exists."; \
171
echo "To recreate it, remove it first with \`make clean-venv'."; \
172
else \
173
+ set -e; \
174
echo "Creating venv in $(VENVDIR)"; \
175
if $(UV) --version >/dev/null 2>&1; then \
176
$(UV) venv --python=$(PYTHON) $(VENVDIR); \
0 commit comments