On 11/15/13 3:32 PM, mbuffa...@gmail.com wrote:
Jason

I have try to follow your instructions as:

mkdir sage
git init
git remote add -f jason https://github.com/jasongrout/sage.git

git checkout jason/sagecell
mkdir upstream
wget -O ipython-1.0.0.tar.gz
https://github.com/ipython/ipython/releases/download/rel-1.0.0/ipython-1.0.0.tar.gz
make



Basically, what you want to do is:

* use the git version of Sage, and in particular, my sagecell branch of sage:

git clone https://github.com/jasongrout/sage.git
cd sage
git checkout origin/sagecell
make # this makes Sage and takes a long time
cd ..

You also want to update IPython to my sagecell branch:

git clone https://github.com/jasongrout/ipython.git
cd ipython
git checkout origin/sagecell
sage setup.py develop # assumes the sage above is in your path
cd ..

Then install the sagecell:

sage -i http://sage.math.washington.edu/home/jason/sagecell-spkg/sagecell-2013-08-13.spkg
cd sagecell
git pull origin master
sage -sh -c "make -B"

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 sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to