Hi Erin!

On Mon, Nov 11, 2013 at 11:54 PM, Erin Hodgess <[email protected]> wrote:
> Still having trouble with the "git":
>
> root@erinminfo [~]# git clone git://github.com/sympy/sympy.git
> Cloning into 'sympy'...
> remote: Finding bitmap roots...
> remote: Reusing existing pack: 128354, done.
> remote: Counting objects: 2044, done.
> remote: Compressing objects: 100% (1468/1468), done.
> remote: Total 130398 (delta 1397), reused 1084 (delta 576)
> Receiving objects: 100% (130398/130398), 54.07 MiB | 14.84 MiB/s, done.
> Resolving deltas: 100% (102902/102902), done.
> root@erinminfo [~]# cd sympy
>
> root@erinminfo [~/sympy]# python setup.py install
> running install
> running build
...

Please use gist.github.com for such long logs.

Don't install things as root (which is what you seem to be doing). If
you want to try sympy, you can for example do:

git clone git://github.com/sympy/sympy.git
cd sympy
bin/isympy

That will use the sympy from your current directory. If you want to
install sympy, do something like:

python setup.py install --prefix=~/usr

and put ~/usr/lib/python2.7/site-packages into your PYTHONPATH.

Ondrej

-- 
You received this message because you are subscribed to the Google Groups 
"sympy" 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/sympy.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to