Bug 699812

Summary: add ~/.local/bin to default PATH
Product: [Fedora] Fedora Reporter: jmccann
Component: bashAssignee: Roman Rakus <rrakus>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 15CC: cschalle, lpoetter, maxamillion, rrakus, tsmetana
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: bash-4.2.10-3.fc15 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-06-15 05:37:03 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description jmccann 2011-04-26 16:37:07 UTC
The default /etc/skel/.bash_profile has:
PATH=$PATH:$HOME/bin

It would be nice if this was:
PATH=$PATH:$HOME/.local/bin:$HOME/bin

This would be one less thing expert users would have to configure on their systems.

Comment 1 Roman Rakus 2011-04-27 02:13:22 UTC
It would be nice if sun shines at night.
Now seriously, why do you want this? How this is useful? Is the path $HOME/.local/bin extensible used in fedora?

Comment 2 Lennart Poettering 2011-04-29 00:32:42 UTC
The path $HOME/.local is mandated by the XDG basedir spec. Having $HOME/.local in the $PATH by default hence makes it a lot more useful for per-user installation of programs.

Comment 3 Fedora Update System 2011-06-07 11:42:45 UTC
bash-4.2.10-3.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/bash-4.2.10-3.fc15

Comment 4 Fedora Update System 2011-06-09 00:05:39 UTC
Package bash-4.2.10-3.fc15:
* should fix your issue,
* was pushed to the Fedora 15 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing bash-4.2.10-3.fc15'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/bash-4.2.10-3.fc15
then log in and leave karma (feedback).

Comment 5 Fedora Update System 2011-06-15 05:36:59 UTC
bash-4.2.10-3.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.