Bug 699812 - add ~/.local/bin to default PATH
Summary: add ~/.local/bin to default PATH
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: bash
Version: 15
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Roman Rakus
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-04-26 16:37 UTC by jmccann
Modified: 2018-08-14 13:04 UTC (History)
5 users (show)

Fixed In Version: bash-4.2.10-3.fc15
Clone Of:
Environment:
Last Closed: 2011-06-15 05:37:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1615131 0 unspecified CLOSED ~/.local/bin isn't in the default PATH 2021-02-22 00:41:40 UTC

Internal Links: 1615131

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.


Note You need to log in before you can comment on or make changes to this bug.