lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Frecobaldi 2 Mac OS X install guide


From: Andrew Bernard
Subject: Re: Frecobaldi 2 Mac OS X install guide
Date: Tue, 28 May 2013 10:06:49 +1000
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130509 Thunderbird/17.0.6

Aha!

A couple of things. I am principally a heavy Linux user, so I have skipped the step to make an installer, preferring to run from the command line. After clearing out a previous manual attempt to install frescobaldi for mac a few months ago, I found this:

You need to add python sip to the system:
sudo port install py27-sip
Next, the frescobaldi executable is a shell script, having the first line:
#!/usr/bin/python
That's not we what we want and the source of all the 'not found' errors, if you are using macports.

Running this works:
/opt/local/bin/python frescobaldi
Alternatively one could therefore just edit the #! line in the script.

This works, having followed all the other instructions on github.

HTH
Andrew


reply via email to

[Prev in Thread] Current Thread [Next in Thread]