On Sun, Jun 6, 2010 at 3:51 PM, clinton bowen <[email protected]> wrote: > I'm sorry, but neither of these methods are working for me. I've > tried both ways and I cannot get sage to run in command line nicely > > are there any other ways to do this?
You might not understand the basics of how the UNIX PATH works? The first Google hit for this looks like a good page to read: http://www.cs.purdue.edu/homes/cs348/unix_path.html I apologize if you already know UNIX well. -- William > > On May 30, 11:24 am, Mike Hansen <[email protected]> wrote: >> On Sun, May 30, 2010 at 10:33 AM,clinton bowen<[email protected]> >> wrote: >> > How do i get sage to run automatically in ubuntu? I would like to be >> > able to just type 'sage' into command line and it run automatically. I >> > used to be able to do this but not anymore and I forgot how to do >> > this. >> >> I would just add the following line to your ~/.bashrc file: >> >> export PATH=$PATH:/path/to/sage-directory >> >> --Mike > > -- > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/sage-support > URL: http://www.sagemath.org > -- William Stein Professor of Mathematics University of Washington http://wstein.org -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
