On Fri, Aug 27, 2010 at 8:05 AM, Matt Boelkins <boelkinm.g...@gmail.com> wrote: > Matthew-Boelkinss-MacBook-Pro:z_sagetex_files boelkinm$ sage sagetest.sage > -bash: sage: command not found
Your terminal does not know where to find the "sage" command. Suppose Sage in installed in /Applications/sage-4.5.2, then you should add a line in your "~/.bash_profile" export PATH=$PATH:/Applications/sage-4.5.2 Then, when you restart the terminal, it will look in /Applications/sage-4.5.2 when it tries to find the "sage" command. --Mike -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org