* Sérgio Basto [18/04/2021 12:57] :
>
> Hi,
> 
> $HOME/.local/bin which is not on PATH , $HOME/bin is in PATH, am I
> missing something ? 

/etc/skel/.bashrc has contained the following:

    # User specific environment
    if ! [[ "$PATH" =~ "$HOME/.local/bin:$HOME/bin:" ]]
    then
        PATH="$HOME/.local/bin:$HOME/bin:$PATH"
    fi
    export PATH

for years and years now. If $HOME/.local/bin is not in your path,
something is wrong with your configuration.

Emmanuel
_______________________________________________
devel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/[email protected]
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to