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