-
Notifications
You must be signed in to change notification settings - Fork 106
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
Unknown command "undervolt" #136
Comments
Did you install undervolt for the user or root? I assume you installed it in your userspace. Please check if your user python /bin is part of your $PATH |
Yes, indeed, that is the output I get. In fact,
What does this mean? Also, would it be better to install undervolt as root? |
I'm certain it would be easier if you installed it globally. have a look at this issue #46 |
pip list
outputsundervolt 0.3.0
;~$ pip check undervolt No broken requirements found.
;but
$ pip help undervolt ERROR: unknown command "undervolt"
, andso does
sudo undervolt
.I'm using ubuntu 20.10.
The text was updated successfully, but these errors were encountered: