Home
last modified time | relevance | path

Searched defs:virtualenv (Results 1 – 7 of 7) sorted by relevance

/external/python/setuptools/setuptools/tests/
Dtest_virtualenv.py16 def pytest_virtualenv_works(virtualenv): argument
55 def test_pip_upgrade_from_source(virtualenv): argument
/external/pigweed/pw_env_setup/
Dconfig.json6 "virtualenv": { object
Dcompatibility.json7 "virtualenv": { object
/external/python/cryptography/docs/development/
Dgetting-started.rst115 .. _`virtualenv`: https://pypi.org/project/virtualenv/ target in Building documentation
/external/python/cryptography/docs/
Dinstallation.rst283 .. _virtualenv: https://virtualenv.pypa.io/en/latest/ target in Building cryptography on macOS
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denv_setup.py424 def virtualenv(self, unused_spin): member in EnvSetup
/external/pigweed/pw_doctor/py/pw_doctor/
Ddoctor.py217 def virtualenv(ctx: DoctorContext): function