Home
last modified time | relevance | path

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

/external/python/python-api-core/scripts/readme-gen/templates/
Dinstall_deps.tmpl.rst29 .. _virtualenv: https://virtualenv.pypa.io/ target
/external/python/google-api-python-client/scripts/readme-gen/templates/
Dinstall_deps.tmpl.rst29 .. _virtualenv: https://virtualenv.pypa.io/ target
/external/pigweed/pw_env_setup/
Dcompatibility.json7 "virtualenv": { object
Dconfig.json6 "virtualenv": { object
Dbazel_only.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.rst279 .. _virtualenv: https://virtualenv.pypa.io/en/latest/ target in Building cryptography on macOS
/external/pigweed/pw_env_setup/py/pw_env_setup/
Denv_setup.py552 def virtualenv(self, unused_spin): member in EnvSetup
/external/pigweed/pw_doctor/py/pw_doctor/
Ddoctor.py218 def virtualenv(ctx: DoctorContext): function