Re: [sage-devel] Re: bug in os.py

2012-04-20 Thread Jeroen Demeyer
On 2012-04-20 17:10, Keshav Kini wrote: > What, that actually works? I could have sworn it didn't... cool! It works if Sage is completely installed, not if you just downloaded the source tarball (although it wouldn't be too hard to support curl or wget if Sage isn't yet installed). -- To post to

Re: [sage-devel] Re: bug in os.py

2012-04-19 Thread Keshav Kini
Er, not patch the makefile, but actually just exporting some environment variables should be sufficient. -Keshav -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, vis

Re: [sage-devel] Re: bug in os.py

2012-04-19 Thread Keshav Kini
D'oh: keshav@sage ~ $ grep -r '/python' git-1.7.9.4.p1 git-1.7.9.4.p1/src/Makefile:PYTHON_PATH = /usr/bin/python git-1.7.9.4.p1/src/Makefile:PYTHON_PATH = /usr/local/bin/python git-1.7.9.4.p1/src/git_remote_helpers/Makefile:PYTHON_PATH = /usr/local/bin/python git-1.7.9.4.p1/src/gi

Re: [sage-devel] Re: bug in os.py

2012-04-19 Thread Keshav Kini
Uh... I'm not sure why Google Groups just quoted John's message five times, but sorry about that... -Keshav -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit th

Re: [sage-devel] Re: bug in os.py

2012-04-19 Thread Keshav Kini
Hmm... keshav@sage ~ $ mkdir bin keshav@sage ~ $ cat - > bin/python #!/bin/sh echo "You are likely to be eaten by a grue" keshav@sage ~ $ chmod a+x bin/python keshav@sage ~ $ export PATH="/home/keshav/bin:$PATH" keshav@sage ~ $ ./sage/sage -i ./git-1.7.9.4.p1.spkg | grep grue keshav@sage ~ $ So

Re: [sage-devel] Re: bug in os.py

2012-04-19 Thread John H Palmieri
On Thursday, April 19, 2012 8:25:15 PM UTC-7, Rajeev wrote: > > I don't think that should happen because I'm just giving the following > command on terminal - > > sage -i git-1.7.9.4 > > I am using sage-4.8. I get the same error on two computers (one > running SuseLinux and another running Debian

Re: [sage-devel] Re: bug in os.py

2012-04-19 Thread Rajeev Singh
I don't think that should happen because I'm just giving the following command on terminal - sage -i git-1.7.9.4 I am using sage-4.8. I get the same error on two computers (one running SuseLinux and another running Debian). Rajeev On Thu, Apr 19, 2012 at 11:48 PM, Volker Braun wrote: > The b"