Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(.bashrc): prevent implicit usage of keyring for python
When using poetry I recently ran into an issue as described here: python-poetry/poetry#1917 It seems that the poetry authors enabled the automatic support of keyring. This does not check if keyring is actually used. I decided to apply this fix here, since I think of poetry as a useful tool to steer my python projects. Maybe this is fixed within the next poetry release anyhow. Then I'll just remove it. Otherwise this fix is useful across this system, since I don't use keyring up to now that much. Worst case I can deactivate it on specific systems.
- Loading branch information