Keyringrc.cfg Permission Issues when installing packages via a python script using poetry
I have an app being managed by supervisor
running as the user app_user
. When the script starts, it checks if there are new packages and tries to install them using the code below. It however throws the error [Errno 13] Permission denied: '/root/.config/python_keyring/keyringrc.cfg'