* Genes MailLists [26/07/2011 15:14] :
>
> 
> >> On 26/07/11 10:22, Misha Shnurapet wrote:
>
> > Unlike ~/bin, which is in PATH though not even created.

It's the other way round on my machine. Both are in my $PATH but ~/bin
exists (I may have created it by hand) and ~/.local/bin/ doesn't.

>   Where in the path do the user 'bin' elements appear in the path?

These are defined by ~/.bash_profile which is copied from
/etc/skel/.bash_profile on account creation.

[manu@munshine ~]$ grep PATH /etc/skel/.bash_profile 
PATH=$PATH:$HOME/.local/bin:$HOME/bin
export PATH

Emmanuel

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

Reply via email to