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 c99fad7 commit 1172f4cCopy full SHA for 1172f4c
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