[sage-support] Re: problem of permission

2015-12-04 Thread Mathieu Roux
with chown -R m /home/m now everything is ok!!! thank you very much!!! -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails from it, send an email to sage-support+unsubscr...@googlegroups.com.

[sage-support] problem of permission

2015-12-04 Thread Mathieu Roux
Good evening, I am trying to install sage on my laptop (linux mint 17.3 Rosa). When i type "make", it does not work. Bellow is the end of the message. The repertory is simply: /home/m/sage-6.9 Can you help me? make[3]: Leaving directory `/home/m/sage-6.9/src' real0m4.480s user0m3.71

[sage-support] Re: maximum doesn't launch

2010-04-24 Thread Mathieu Roux
now it's ok i had to recompile but maxima works maybe the first time, i used export SAGE64=yes and that's what didn't work... don't know! thank you Mathieu -- To post to this group, send email to sage-support@googlegroups.com To unsubscribe from this group, send email to sage-support+unsubscr...

[sage-support] Re: maximum doesn't launch

2010-04-24 Thread Mathieu Roux
well... with sage -f maxima, it made an error The end of the compilling messages was: configure: error: No lisp implementation specified and none of the default executables clisp(clisp),gcl(GCL),lisp(CMUCL),scl(SCL),sbcl(SBCL),lisp(ACL),openmcl(OpenMCL) were found in PATH *

[sage-support] Re: maximum doesn't launch

2010-04-23 Thread Mathieu Roux
hum no, maxima-readline does not exist in /Applications/sage-4.3.5/local/bin The only file with maxima in its name is sage-maxima.lisp Nevertheless there was no problem during the installation. As for the command indicated, here is what happened: sage: os.system('maxima-readline') sh: maxima-rea

[sage-support] maximum doesn't launch

2010-04-23 Thread Mathieu Roux
Hello everybody, I have already asked this question, which was being solved, but i didn't get the answer since it was forgotten. Well... I have just installed Sage Version 4.3.5, Release Date: 2010-03-28 on my laptop MacBook with MacOS X 10.5.8, by compiling the source code. There was no problem

[sage-support] Re: loading maxima

2010-04-12 Thread Mathieu Roux
There was about 3390 lines... Here is the answer where i replace rather identically line with ... Mathieu:bin mathieuroux$ sage -f /Applications/sage-4.3.5/spkg/ standard/maxima* Force installing /Applications/sage-4.3.5/spkg/ standard/maxima-5.20.1.spkg Calling sage-spkg on /Applications/sage-4.

[sage-support] Re: loading maxima

2010-04-11 Thread Mathieu Roux
Hello, in fact, the file /Applications/sage-4.3.5/local/bin/maxima does not exist! it is very surprising because it is said that sage would install all that it needs... when i run: sage -f /Applications/sage-4.3.5/spkg/standard/maxima* there is a long answer which finishes with "

[sage-support] Re: loading maxima

2010-04-11 Thread Mathieu Roux
and so? What to do so that it works? Mathieu -- 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:

[sage-support] Re: loading maxima

2010-04-10 Thread Mathieu Roux
d not found see you Mathieu On 10 avr, 20:16, Mike Hansen wrote: > On Sat, Apr 10, 2010 at 11:09 AM, Mathieu Roux wrote: > > RuntimeError: Unable to start maxima because the command 'maxima- > > noreadline --userdir="/Users/mathieuroux/.sage/maxima" -p "/

[sage-support] loading maxima

2010-04-10 Thread Mathieu Roux
Hello everybody, I have just installed Sage Version 4.3.5, Release Date: 2010-03-28 on my laptop MacBook with MacOS X 10.5.8, by compiling the source code. There was no problem during the compilation. But now i can't use maxima. For exemple, if i enter f = maxima.eval('ij_entry[i,j] := i/j') th