File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -32,9 +32,10 @@ Defaults
3232Configuration file
3333^^^^^^^^^^^^^^^^^^
3434
35- virtualenv looks for a standard ini configuration file. The exact location depends on the operating system you're using,
36- as determined by :pypi: `platformdirs ` application configuration definition. The configuration file location is printed as at
37- the end of the output when ``--help `` is passed.
35+ Unless ``VIRTUALENV_CONFIG_FILE `` is set, virtualenv looks for a standard ``virtualenv.ini `` configuration file.
36+ The exact location depends on the operating system you're using, as determined by :pypi: `platformdirs ` application
37+ configuration definition. It can be overridden by setting the ``VIRTUALENV_CONFIG_FILE `` environment variable.
38+ The configuration file location is printed as at the end of the output when ``--help `` is passed.
3839
3940The keys of the settings are derived from the command line option (left strip the ``- `` characters, and replace ``- ``
4041with ``_ ``). Where multiple flags are available first found wins (where order is as it shows up under the ``--help ``).
You can’t perform that action at this time.
0 commit comments