-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
sudo: undervolt: command not found #177
Comments
i have the same issue |
The reason it doesn't work is because undervolt is only installed for the user. A dirty fix would be to run the pip install using sudo. You could maybe also create a symlink at /usr/local/bin/undervolt pointing to your user copy |
I ran into this same issue and spent way too long looking for a solution, but it's actually easy. Just install with:
Then you can run the python package directly from the folder it installed to using sudo. For me it's:
|
install with sudo su
|
I've run the following commands:
Installation:
Then
Then
System information:
So now I'm in this infinite a loop.
Please help me with running this tool.
The text was updated successfully, but these errors were encountered: