blob: bd7f889b5034215a21b41bcd19afc4b24a90488c [file] [edit]
##############
Command line
##############
``virtualenv`` is primarily a command line application. All options have sensible defaults, and there is one required
argument: the name or path of the virtual environment to create.
See :doc:`../how-to/usage` for how to select Python versions, configure defaults, and use environment variables.
**********************
Command line options
**********************
:command:`virtualenv [OPTIONS]`
.. table_cli::
:module: virtualenv.run
:func: build_parser_only