Re: [sage-devel] Re: t2.math is working again

2010-11-11 Thread Dr. David Kirkby
On 11/11/10 01:41 PM, Dima Pasechnik wrote: Dave, can you get us curl or wget on t2? hg can wait, as you can just install sage system-wide and make hg an alias to "sage -hg" Thanks, Dima wget is in /usr/sfw/bin, and that should be in your path if you add if [ `uname -n` = t2 ] ; then . /

[sage-devel] Re: t2.math is working again

2010-11-11 Thread Dima Pasechnik
Dave, can you get us curl or wget on t2? hg can wait, as you can just install sage system-wide and make hg an alias to "sage -hg" Thanks, Dima On Nov 11, 9:13 pm, "Dr. David Kirkby" wrote: > On 11/11/10 12:54 PM, Simon King wrote: > > > > > > > Hi David, > > > On 11 Nov., 12:24, "Dr. David Kirk

[sage-devel] Re: t2.math is working again

2010-11-11 Thread Simon King
Hi David, On 11 Nov., 14:13, "Dr. David Kirkby" wrote: > It seems that bash is reading .bashrc and not .profile, as you have a .bashrc > file. I just appended > > if [ `uname -n` = t2 ] ; then >      . /usr/local/bin/t2-setup > fi > > to the end of your .bashrc file, and it then sets your PATH co

Re: [sage-devel] Re: t2.math is working again

2010-11-11 Thread Dr. David Kirkby
On 11/11/10 12:54 PM, Simon King wrote: Hi David, On 11 Nov., 12:24, "Dr. David Kirkby" wrote: I've now set up t2.math so it is able to build Sage again. The software I've added includes * gcc 4.5.1 * emacs 23.2 * vim 7.3 (vi clone, but handles big files better than vi) * screen 4

[sage-devel] Re: t2.math is working again

2010-11-11 Thread Simon King
Hi David, On 11 Nov., 12:24, "Dr. David Kirkby" wrote: > I've now set up t2.math so it is able to build Sage again. The software I've > added includes > >   * gcc 4.5.1 >   * emacs 23.2 >   * vim 7.3 (vi clone, but handles big files better than vi) >   * screen 4.00.03 > > Please add something li