On Wed, Jul 27, 2011 at 04:24:06PM +0200, Miloslav Trmač wrote:
> IMHO the ~/.local/bin place is a mistake, and it's still not too late
> to stop making this mistake irreversible.

Yeah.  Every $PATH element has its runtime cost (execvp needs to search
that path, at least for unsuccessful searches, or if a later element
contains a dir which actually contains the right executable), and hiding
a dir into which something stores executables that are to be found by
default is certainly not desirable.

        Jakub
-- 
devel mailing list
devel@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/devel

Reply via email to