Tom Cloyd <tomcloyd <at> comcast.net> writes:

> The only thing here that's looks like it might be the shortcut script is 
> "lilypond". My user acct. owns it, and it's marked executable, but...
> 
> tomc <at> tomc-desktop:~/bin$ lilypond
> The program 'lilypond' is currently not installed.  You can install it 
> by typing:
> sudo apt-get install lilypond
> bash: lilypond: command not found
> tomc <at> tomc-desktop:~/bin$  
> 
> I have no idea what's up at this point.

Unlike DOS, by default unix does *NOT* search in the current directory
for an executable program.

I think if you tried

[EMAIL PROTECTED]:~/bin$ ./lilypond

which explicitly tells the OS to look in the current directory,
you'd get a different result.

You can add ./ to your path if you want to have linux search the
current directory for executables.

Hope this helps,

Carl



_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to