According to this post, $HOME/.local/bin
is used to store user-specific binaries. But I see in this post that $HOME/bin
serves a similar purpose.
What am I missing? When should I use one over the other?
I know about the difference between /usr/bin
and /usr/local/bin
. Is it the same here?
I also know about hidden directories and files.
Both work : I'm looking for a rule or a convention to help me choose one or the other.
Thank you in advance.