-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
-
Im using endavour OS, but couldn't start it after I install it, please help
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment 2 replies
-
Note: '/home/rimzzlabs/.local/bin' is not on your PATH environment variable. These apps will not be globally accessible until your PATH is updated. Run
pipx ensurepath
to automatically add it, or manually modify your PATH in our shell's config file.
Beta Was this translation helpful? Give feedback.
All reactions
-
I've run the pipx ensurepath
command but still doesn't work. So I need to manually set this up.
But another weird case is that I can run sherlock265
, did I install wrong package?
Beta Was this translation helpful? Give feedback.
All reactions
-
I've run the pipx ensurepath command but still doesn't work.
Hm. Normally that should source the changed config as well. Are you running bash or zsh? (you can double check with echo $SHELL
if unsure -- looks like zsh though).
But another weird case is that I can run sherlock265
First I've heard of this myself, but it seems to be related to an implementation of h.265: https://github.com/strukturag/libde265
No idea if you installed it by accident, if it's installed by default, or maybe even as a dependency of another package you have, but it's unrelated to this project and can be ignored.
Beta Was this translation helpful? Give feedback.