On Mon, May 02, 2011 at 10:22:26AM +0100, Phil Holmes wrote:
> I'm guessing a) my bin directory is not in my PATH yet?

Sounds like it.

- have you rebooted?  IIRC the ubuntu startup scripts
  automatically add ~/bin/ to your PATH if it exists.
- if no, then add this to your ~/.profile
# set PATH so it includes user's private bin if it exists
if [ -d "$HOME/bin" ] ; then
    PATH="$HOME/bin:$PATH"
fi

  and then reboot


To other people: yes, there are many other ways of modifying one's
environment and .profile files, but I'm recommending this as the
easiest way given the circumstances.

Cheers,
- Graham

_______________________________________________
lilypond-devel mailing list
lilypond-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-devel

Reply via email to