Lines Matching full:venv
8 VENVDIR = ./venv
28 autobuild-dev autobuild-stable venv
33 @echo " venv to create a venv with necessary tools"
69 echo "Please run 'make venv' to install local copies."; \
146 clean: clean-venv
149 clean-venv:
152 venv: target
154 echo "venv already exists."; \
155 echo "To recreate it, remove it first with \`make clean-venv'."; \
157 $(PYTHON) -m venv $(VENVDIR); \
160 echo "The venv has been created in the $(VENVDIR) directory"; \
219 # Ignore the tools and venv dirs and check that the default role is not used.