[sage-support] Re: OS X Clickable application

2009-03-21 Thread Minh Nguyen
Hi, On Thu, Mar 19, 2009 at 1:46 PM, Byungchul Cha wrote: > > > I must misunderstand something very trivial. I followed the steps > described at the release tour of Sage 3.3, except that I replaced 3.3 > with 3.4, since I thought I was compiling sage-3.4. Compiling was > successful and when I di

[sage-support] Re: OS X Clickable application

2009-03-21 Thread meitnik
Hey, I would like that script too, thanks. btw, can you have it do a notebook too? andrew On Mar 21, 11:17 am, adam wrote: > You can use AppleScript to create a launcher for Sage: > Here is the AppleScript code: > > tell application "Terminal" >         do script "/Applications/sage/sage" > end

[sage-support] Re: OS X Clickable application

2009-03-21 Thread adam
You can use AppleScript to create a launcher for Sage: Here is the AppleScript code: tell application "Terminal" do script "/Applications/sage/sage" end tell Note: It assumes that Sage is located in the Applications folder. If you would like I can email you my Sage launcher for which I

[sage-support] Re: OS X Clickable application

2009-03-19 Thread mabshoff
On Mar 19, 9:35 am, William Stein wrote: > On Thu, Mar 19, 2009 at 6:46 AM, Byungchul Cha wrote: > > > I must misunderstand something very trivial. I followed the steps > > described at the release tour of Sage 3.3, except that I replaced 3.3 > > with 3.4, since I thought I was compiling sage-

[sage-support] Re: OS X Clickable application

2009-03-19 Thread William Stein
On Thu, Mar 19, 2009 at 6:46 AM, Byungchul Cha wrote: > > > I must misunderstand something very trivial. I followed the steps > described at the release tour of Sage 3.3, except that I replaced 3.3 > with 3.4, since I thought I was compiling sage-3.4. Compiling was > successful and when I did ./s

[sage-support] Re: OS X Clickable application

2009-03-19 Thread Byungchul Cha
I must misunderstand something very trivial. I followed the steps described at the release tour of Sage 3.3, except that I replaced 3.3 with 3.4, since I thought I was compiling sage-3.4. Compiling was successful and when I did ./sage -bdist 3.4, I saw that this generated a directory SAGE_ROOT/di

[sage-support] Re: OS X Clickable application

2009-03-18 Thread Minh Nguyen
Hi, On Thu, Mar 19, 2009 at 1:43 AM, Byungchul Cha wrote: > > I remember reading something about making a clickable sage application > for mac os X. Can I now do such a thing with sage 3.4? If so, where I > can find the instruction? The release tour of Sage 3.3 at http://mvngu.wordpress.com/20