John Wiedenhoeft writes:
> [EMAIL PROTECTED]:~$ lilypond --help
> bash: lilypond: command not found
What about:
hash -r
You may also have to uncomment
if [ -d ~/bin ] ; then
PATH=~/bin:"${PATH}"
fi
in your .bash_profile and do
bash --login.
Jan.
--
Jan Nieuwenhuize
Jan Nieuwenhuizen wrote:
John Wiedenhoeft writes:
[please keep this on the list]
Works for me on Ubuntu Breezy. But, it is linked to libstdc++6 (I
probably broke this in GUB?), so it will probably fail on Hoary.
Well I use Breezy too, and libstdc++6 is also installed. Could you
pl
John Wiedenhoeft writes:
[please keep this on the list]
>> Works for me on Ubuntu Breezy. But, it is linked to libstdc++6 (I
>> probably broke this in GUB?), so it will probably fail on Hoary.
>
> Well I use Breezy too, and libstdc++6 is also installed. Could you
> please tell me the exact steps