You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/html/user_guide.rst
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -798,12 +798,18 @@ of ability. Some examples that you could consider include:
798
798
(Optional) Disable Keyring
799
799
***************************
800
800
801
-
Keyring in certain cases can prevent the installing of certain packages and modules due to authentication errors. In such cases disabling the keyring is recommended.Keyring can be manually uninstalled but doing so may invalidate other packages that depends on Keyring.
801
+
Keyring in certain cases can prevent the installing of certain packages and modules
802
+
due to authentication errors. In such cases disabling the keyring is recommended.
803
+
Keyring can be manually uninstalled but doing so may invalidate other packages that
804
+
depends on Keyring.
805
+
806
+
There are various ways to disable the keyring. They are:
802
807
803
-
How to disable the keyring:
804
808
- Set the password as null to preferred keyring for the relevant URL and username.
809
+
805
810
- If the keyring version is 15.1.0 keyring can be disabled via command line using::
806
811
807
812
keyring --disable
808
813
809
-
- Set environment variable ``PYTHON_KEYRING_BACKEND`` to ``keyring.backends.null.Keyring`` in config file
814
+
- Set environment variable ``PYTHON_KEYRING_BACKEND`` to ``keyring.backends.null.Keyring``
0 commit comments