Bug 789011 - ~/bin should be added to the path if it exists
Summary: ~/bin should be added to the path if it exists
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: distribution
Version: rawhide
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Bill Nottingham
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-02-09 15:21 UTC by Allison Karlitskaya
Modified: 2014-03-17 03:29 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-02-09 20:01:18 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Allison Karlitskaya 2012-02-09 15:21:40 UTC
Debian machines have a long history of checking for ~/bin and adding it to the path if it exists.  This is a great place to put tools like jhbuild.

Fedora doesn't do this.  Perhaps it should.  It would make instructions about how to install and use jhbuild quite a lot easier.

Comment 1 Dennis Gilmore 2012-02-09 20:01:18 UTC
/etc/skel/.bash_profile which is the standard .bash_profile template in fedora contains 

# .bash_profile

# Get the aliases and functions
if [ -f ~/.bashrc ]; then
	. ~/.bashrc
fi

# User specific environment and startup programs

PATH=$PATH:$HOME/.local/bin:$HOME/bin

export PATH


Its already added to the users $PATH though it is added at the end.

Comment 2 Allison Karlitskaya 2012-02-09 22:30:44 UTC
lulz.  I saw that there and I just assumed that I had added that for myself.

Sorry for the noise.


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