On 1/20/14, 12:36, y tan wrote:
Hi Jason,I redo http://ufrmeca.univ-lyon1.fr/~buffat/sagecell.html and i found out I have an error after ../sage -sh -c "make -B" if git submodule status | grep -q ^[+-]; then git submodule update --init > /dev/null; fi python -c "import urllib; urllib.urlretrieve('http://code.jquery.com/jquery-2.0.3.min.js' , 'static/jquery.min.js')" r.js -o static/require/main.js appDir=/home/sshuser/sage2/ipython/IPython/html/static/ make: r.js: Command not found
You'll need to install requirejs in the system. I do this on CentOS here: https://github.com/sagemath/sagecell/blob/master/contrib/vm/install-sagecell-functions#L165 (I also installed nodejs before elsewhere.) Thanks, Jason -- 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 http://groups.google.com/group/sage-support. For more options, visit https://groups.google.com/groups/opt_out.
