jaraco / keyring

MIT License
1.26k stars 159 forks source link

Proper WSL support #630

Open ghost opened 1 year ago

ghost commented 1 year ago

Right now, setting up keyring on WSL is complicated and some steps need to be done every time before a script using keyring can be launched: https://github.com/jaraco/keyring/issues/566

It would be great if at least the steps that need to be done every time when running a keyring based script could be somehow encapsulated in keyring itself.

jaraco commented 1 year ago

I'm not confident there's anything this library can do short of more visibly documenting the findings in that other issue, but I welcome contributions that will help.