>
>
> i want to run sage directly from terminal by typing sage so for this i 
> changed the SAGE_ROOT path in sage script and  placed it to 
> /usr/local/bin but after typing sage in terminal i am getting the 
> following output.please help to reply this 
>
>
If you just append the right directory to your PATH in a .bashrc or 
.profile that should work.  I have

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

(which is where I create a symbolic link to my Sage, but whatever) in my 
.profile file.  You probably can do something similar.  The error message 
is telling you that the sage script can only be run from inside its own 
directory.

-- 
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

Reply via email to