698579c Updated Sage version to 6.9.rc2f99f57d Trac #19324: Force reconfiguration after GCC installationf603730 Updated Sage version to 6.9.rc174721d5 Trac #19125: DeprecatedMethod wrapping is broken1b5a573 Trac #19294: Doctest failure with coxeter32f7c727 Updated Sage version to 6.9.rc0
If someone can check that the notebook still works properly and so forth that would be nice. Unfortunately due to some kind of firewall I haven't been able to pull for a while (the sysadmin will look into this on Monday, I think, his first suggestion about proxies didn't work, unfortunately).
If someone can check that the notebook still works properly and so forth that would be nice. Unfortunately due to some kind of firewall I haven't been able to pull for a while (the sysadmin will look into this on Monday, I think, his first suggestion about proxies didn't work, unfortunately).For future reference, opened port 9418, for the git protocol, which I think was the issue.Regards,Jan
That's not good either. Also, just setting the env var to blank didn't seem to negate it, currently trying with unsetting it. That's probably my ignorance of bash, though.
That's not good either. Also, just setting the env var to blank didn't seem to negate it, currently trying with unsetting it. That's probably my ignorance of bash, though.
Aagh, it's *still* trying to download it, even though the env var SAGE_INSTALL_CCACHE is now not even showing up in the list! Also trying to download gcc 4.9.2 (remember, this is from the tarball). I will reuntar the ball and see what happens.
--
You received this message because you are subscribed to the Google Groups "sage-release" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sage-release...@googlegroups.com.
To post to this group, send email to sage-r...@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-release.
For more options, visit https://groups.google.com/d/optout.
I compiled it on ubuntu 15.04 successfully, sage --notebook=ipython worked, but I had no latex displaying, raw one.
gcc should be contained in the source tarball. This is fallout from the
build system changes. Fix needs review at
Right. You bug report actually shows 3 independent bugs:
whats the output of$ sage -python>>> from notebook.notebookapp import NotebookApp
whats the output of$ sage -python>>> from notebook.notebookapp import NotebookApp
You need to install Sage (i.e. run "make")
Hi,
I build sage 6.9.rc2 on ubuntu 15.04 and got it working but then latex was n't working in ipython notebook command ouput was between frame like a table.
By the way a question : Sage 6.9 rc2 can't be otbain with git clone ?
I could get only the tar download. Otherwise with git it have version number sage 6.8, even on develop button.
--
OK, first verify that you're on the correct Sage version:
$ cat VERSION.txt
Next, properly build Sage:
$ ./configure && make
Try it again:
$ ./sage --python
>>> from notebook.notebookapp import NotebookApp
This looks quite different without the pretty_print in Sage 6.8 (what we are currently using in the lab here at AIMS); namely, the lines directly follow one another, I guess <p> elements or something (view source doesn't seem to get what I want for interacts). With the Sage 6.8 behavior for pretty_print, we get big huge spaces in between - not optimal at all for presentation.
I don't know whats broken in your install but its unlikely that it can be fixed over email.Run "make distclean && make" for a clean build.