Either compile Sage in place, or use https://github.com/sagemath/binary-pkg to build a special relocatable version.
On Wednesday, January 27, 2016 at 12:18:49 PM UTC-5, mjs wrote: > > It seems that at least some hard-coded paths are not repaired when the > Sage directory tree is relocated. > > I built sage in my home directory, installed some optional packages, moved > the whole tree to /usr/local/sage-6.10 and ran sage as root. Sage reported > updating the hard-coded paths, but when I run the notebook server and > attempt to plot, I get an error: > > prime_list = [2,3,5,7,11] > > list_plot(prime_list) > > > /usr/local/sage-6.10/local/lib/python2.7/site-packages/sage/repl/rich_ou\ > tput/display_manager.py:570: RichReprWarning: Exception in _rich_repr_ > while displaying object: /home/mjs/src/sage-6.10/local/lib/libtatlas.so: > cannot open shared object file: Permission denied > RichReprWarning, > Graphics object consisting of 1 graphics primitive > > > Is there a way to force the path rewrite or are there some paths that are > just missed incorrectly? > > TIA. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/d/optout.
