Home
last modified time | relevance | path

Searched refs:venv (Results 1 - 12 of 12) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_venv.py2 Test harness for the venv module.
26 import venv namespace
35 # another venv, so no need to skip tests that require venv.create().
39 'cannot run venv.create from within a venv on this platform')
42 raise unittest.SkipTest("venv is not available on Emscripten/WASI.")
59 """Base class for venv tests."""
99 """Test venv module functionality."""
110 self.run_with_capture(venv
[all...]
H A Dtest_launcher.py275 venv = Path.cwd() / "Scripts"
276 venv.mkdir(exist_ok=True, parents=True)
277 venv_exe = (venv / Path(sys.executable).name)
280 yield venv_exe, {"VIRTUAL_ENV": str(venv.parent)}
282 shutil.rmtree(venv)
525 self.fail("did not find active venv path")
531 self.assertEqual("Active venv", m.group(1))
534 self.fail("did not find active venv entry")
/third_party/python/Tools/peg_generator/
H A DMakefile8 VENVDIR ?= ./venv
46 venv:
47 $(PYTHON) -m venv $(VENVDIR)
50 @echo "The venv has been created in the $(VENVDIR) directory"
72 time_compile: venv data/xxl.py
75 time_parse: venv data/xxl.py
78 time_peg_dir: venv
86 time_stdlib: $(CPYTHON) venv
/third_party/protobuf/python/
H A Drelease.sh17 virtualenv -p `which $PYTHON` --no-setuptools test-venv
21 touch test-venv/bin/protoc
22 chmod +x test-venv/bin/protoc
24 source test-venv/bin/activate
28 rm -fr test-venv
/third_party/python/Doc/
H A DMakefile8 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:
154 echo "venv already exists."; \
155 echo "To recreate it, remove it first with \`make clean-venv'
[all...]
/third_party/skia/third_party/externals/freetype/builds/
H A Dfreetype.mk78 .PHONY: single multi objects library refdoc refdoc-venv
315 refdoc-venv:
/third_party/skia/infra/bots/recipes/
H A Dcompile.py60 venv=True) variable
H A Dsync_and_compile.py90 venv=True) variable
/third_party/protobuf/kokoro/release/python/linux/
H A Dbuild_artifacts.sh35 rm -rf venv
/third_party/protobuf/kokoro/release/python/macos/
H A Dbuild_artifacts.sh37 rm -rf venv
/third_party/protobuf/
H A Dtests.sh112 virtualenv --no-site-packages venv
113 source venv/bin/activate
119 rm -rf python/venv
/third_party/python/Lib/
H A Dsite.py492 def venv(known_paths): function
515 # Issue 25185: Use UTF-8, as that's what the venv module uses when
530 # Doing this here ensures venv takes precedence over user-site
599 known_paths = venv(known_paths)

Completed in 6 milliseconds