Home
last modified time | relevance | path

Searched refs:VENVDIR (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Doc/
H A DMakefile8 VENVDIR = ./venv macro
9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build
10 SPHINXLINT = PATH=$(VENVDIR)/bin:$$PATH sphinx-lint
11 BLURB = PATH=$(VENVDIR)/bin:$$PATH blurb
150 rm -rf $(VENVDIR)
153 @if [ -d $(VENVDIR) ] ; then \
157 $(PYTHON) -m venv $(VENVDIR); \
158 $(VENVDIR)/bin/python3 -m pip install --upgrade pip; \
159 $(VENVDIR)/bin/python3 -m pip install -r $(REQUIREMENTS); \
160 echo "The venv has been created in the $(VENVDIR) director
[all...]
/third_party/python/Tools/peg_generator/
H A DMakefile8 VENVDIR ?= ./venv macro
9 VENVPYTHON ?= $(VENVDIR)/bin/python
31 -rm -rf $(VENVDIR)
47 $(PYTHON) -m venv $(VENVDIR)
50 @echo "The venv has been created in the $(VENVDIR) directory"

Completed in 1 milliseconds