UP  |  HOME

Python

Table of Contents

Disable keyring module for python

Doing this because otherwise pip3 likes to store stuff in your keyring. I don't use a keyring program, but one is installed as a dependency for other apps. Instead just disable it.

python3 -m keyring --disable