Lines Matching full:venv
8 VENVDIR = ./venv
25 autobuild-dev autobuild-stable venv
30 @echo " venv to create a venv with necessary tools"
67 echo "Please run 'make venv' to install local copies."; \
140 clean: clean-venv
143 clean-venv:
146 venv: target
148 echo "venv already exists."; \
149 echo "To recreate it, remove it first with \`make clean-venv'."; \
151 $(PYTHON) -m venv $(VENVDIR); \
154 echo "The venv has been created in the $(VENVDIR) directory"; \