File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ CLI flags
10
10
11
11
It modifies the environment variables in a shell to create an isolated Python environment, so you'll need to have a
12
12
shell to run it. You can type in ``virtualenv `` (name of the application) followed by flags that control its
13
- behaviour. All options have sensible defaults, and there's one required argument: then name/path of the virtual
13
+ behaviour. All options have sensible defaults, and there's one required argument: the name/path of the virtual
14
14
environment to create. The default values for the command line options can be overridden via the
15
15
:ref: `conf_file ` or :ref: `env_vars `. Environment variables takes priority over the configuration file values
16
16
(``--help `` will show if a default comes from the environment variable as the help message will end in this case
You can’t perform that action at this time.
0 commit comments