Markdown Format | JSON API | MCP Server Tool
Help on package virtualenv: NAME virtualenv PACKAGE CONTENTS __main__ activation (package) app_data (package) config (package) create (package) discovery (package) info report run (package) seed (package) util (package) version FUNCTIONS cli_run(args, options=None, setup_logging=True, env=None) Create a virtual environment given some command line interface arguments. :param args: the command line arguments :param options: passing in a ``VirtualEnvOptions`` object allows return of the parsed options :param setup_logging: ``True`` if setup logging handlers, ``False`` to use handlers already registered :param env: environment variables to use :return: the session object of the creation (its structure for now is experimental and might change on short notice) session_via_cli(args, options=None, setup_logging=True, env=None) Create a virtualenv session (same as cli_run, but this does not perform the creation). Use this if you just want to query what the virtual environment would look like, but not actually create it. :param args: the command line arguments :param options: passing in a ``VirtualEnvOptions`` object allows return of the parsed options :param setup_logging: ``True`` if setup logging handlers, ``False`` to use handlers already registered :param env: environment variables to use :return: the session object of the creation (its structure for now is experimental and might change on short notice) DATA __all__ = ('__version__', 'cli_run', 'session_via_cli') VERSION 20.13.0+ds FILE /usr/lib/python3/dist-packages/virtualenv/__init__.py
Generated by phpMan Author: Che Dong Under GNU General Public License
2026-06-02 05:13 @216.73.216.198 CrawledBy Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)