Re: [sympy] How do you setup Environment (in Ubuntu) to edit the SymPy?

2014-07-16 Thread Rathmann
You can also run setupegg.py. See http://docs.sympy.org/latest/install.html#git This had worked for me. It useful if you are developing and using Sympy at the same time. On Wednesday, July 9, 2014 11:16:19 PM UTC-7, Nabeel Valapra wrote: Yea Thanks -- You received this message because

Re: [sympy] How do you setup Environment (in Ubuntu) to edit the SymPy?

2014-07-10 Thread Nabeel Valapra
Yea Thanks -- 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 sympy+unsubscr...@googlegroups.com. To post to this group, send email to sympy@googlegroups.com. Visit this

[sympy] How do you setup Environment (in Ubuntu) to edit the SymPy?

2014-07-09 Thread Nabeel Valapra
I just cloned the project into *home directory* and executed the *setup.py *from terminal. It set a Package in Python *parent directory*. I edits the code in *home directory* which I cloned. When i run file , and import sympy it uses the package *parent directory(usr/lib//sympy)*

Re: [sympy] How do you setup Environment (in Ubuntu) to edit the SymPy?

2014-07-09 Thread Aaron Meurer
I personally never run setup.py. If you run Python while in the sympy directory, it will import it from there. Aaron Meurer On Wed, Jul 9, 2014 at 2:27 PM, Nabeel Valapra nabeelvala...@gmail.com wrote: I just cloned the project into home directory and executed the setup.py from terminal. It