Hello,

I managed to install sagecell on Debian, although I am running a backported 
kernel and had to enable testing for several packages.

A couple of bugs (or features) that I had to deal with in the process while 
following vm scripts from sagecell repository:

ln -s /usr/bin/nodejs /usr/bin/node # Because node.js is called nodejs but 
expected to be node somewhere

and something goes wrong with extra installs in python, but this helps from 
the $SAGEROOT:

# looks like we need to upgrade setuptools first
# ./sage -sh -c "easy_install -U setuptools"
# which does not quite work so let's try
rm local/bin/easy_install*
wget http://python-distribute.org/distribute_setup.py
./sage -sh -c "python distribute_setup.py"
rm distribute*
./sage -sh -c "easy_install pip"
./sage -i http://boxen.math.washington.edu/home/jason/zeromq-4.0.3.spkg
./sage -i pyzmq
# we need a more recent pyzmq than Sage provides
./sage -sh -c "pip install -U pyzmq"

in the end installing sagecell spkg still fails (don't recall the error), 
but it gets installed well enough to pull the fresh version from the github 
and run make again.

Hope this helps!
Andrey

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to