How to add the Ubuntu image's running user to groups? #5981
Avasam
started this conversation in
Image configuration
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
During install, the python module
keyboard
runsdumpkeys
to extract all key names.This fails unless the user running the command is in the
input
andtty
groups.https://github.com/Toufool/Auto-Split/runs/7551506003?check_suite_focus=true#step:6:54
I cannot simply run
sudo usermod -a -G tty,input $USER
as the groups aren't updated for the current session.I cannot run pip as root (
sudo pip install ...
) because this messes up packages installs in a way that breaks bothPyright
andPyInstaller
.Is there any solution?
Beta Was this translation helpful? Give feedback.
All reactions