File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ then the latter value will be used.
118
118
The names of the settings are derived from the long command line option.
119
119
120
120
As an example, if you want to use a different package index (` --index-url ` ) and
121
- set the HTTP timeout (` --default- timeout ` ) to 60 seconds, your config file would
121
+ set the HTTP timeout (` --timeout ` ) to 60 seconds, your config file would
122
122
look like this:
123
123
124
124
``` ini
@@ -205,7 +205,7 @@ pip's command line options can be set with environment variables using the
205
205
format ` PIP_<UPPER_LONG_NAME> ` . Dashes (` - ` ) have to be replaced with
206
206
underscores (` _ ` ).
207
207
208
- - ` PIP_DEFAULT_TIMEOUT =60` is the same as ` --default -timeout=60 `
208
+ - ` PIP_TIMEOUT =60` is the same as ` --timeout=60 `
209
209
- ```
210
210
PIP_FIND_LINKS="http://mirror1.example.com http://mirror2.example.com"
211
211
```
You can’t perform that action at this time.
0 commit comments