File tree 2 files changed +1
-19
lines changed 2 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -163,25 +163,6 @@ from the subprocess in which they run Pip. You won't know whether the keyring
163
163
backend is waiting the user input or not in such situations.
164
164
```
165
165
166
- pip is conservative and does not query keyring at all when ` --no-input ` is used
167
- because the keyring might require user interaction such as prompting the user
168
- on the console. You can force keyring usage by passing ` --force-keyring ` or one
169
- of the following:
170
-
171
- ``` bash
172
- # possibly with --user, --global or --site
173
- $ pip config set global.force-keyring true
174
- # or
175
- $ export PIP_FORCE_KEYRING=1
176
- ```
177
-
178
- ``` {warning}
179
- Be careful when doing this since it could cause tools such as pipx and Pipenv
180
- to appear to hang. They show their own progress indicator while hiding output
181
- from the subprocess in which they run Pip. You won't know whether the keyring
182
- backend is waiting the user input or not in such situations.
183
- ```
184
-
185
166
Note that ` keyring ` (the Python package) needs to be installed separately from
186
167
pip. This can create a bootstrapping issue if you need the credentials stored in
187
168
the keyring to download and install keyring.
Original file line number Diff line number Diff line change
1
+ Removed section about non-existing ``--force-keyring `` flag.
You can’t perform that action at this time.
0 commit comments