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.
/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.
lulz. I saw that there and I just assumed that I had added that for myself. Sorry for the noise.