>
> Anyways, if the first method didn't work, isn't there some kind of deeper 
> problem ?
>
>
> If the first method didn’t work, then it seems there is some bigger 
> problem.  Perhaps you could include a transcript of what you did together 
> with your sample file.
>

Yeah, at this point I think we need to see that.

A different thing you could do is to create an alias for your Sage 
installation in your command line.  I do this:

1) I create a soft link (using "ln -s", be careful about the syntax!) for 
my Sage install

lrwxr-xr-x   1 kcrisman  admin         87 Oct 10 08:06 sage -> 
/Users/kcrisman/Downloads/Sage-5.12-OSX-64bit-10.6.app/Contents/Resources/sage/sage

2) In my .profile (you could perhaps use .bashrc or whatever) I add

export PATH=$PATH:'/Applications/MathApps'

and you would add wherever you put your soft link.

Then you should be able to run Sage anywhere in your directory structure. 
 In principle this should be the same as my earlier suggestion but maybe I 
messed something up?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to