Re: [sympy] how to get a particular git branch of sympy installed?

2012-08-06 Thread Comer
Aaron, On Sunday, August 5, 2012 4:42:44 PM UTC-4, Aaron Meurer wrote: You can also try setupegg.py develop, which will setup some symbolic links to make the globally installed sympy always point to the git version. Then, whatever branch you checkout with git will automatically become

Re: [sympy] how to get a particular git branch of sympy installed?

2012-08-05 Thread Ondřej Čertík
Hi Comer, On Sun, Aug 5, 2012 at 11:26 AM, Comer Duncan comer.dun...@gmail.com wrote: Hi, I have a few branches of sympy. Among them is Stefan Krastanov's branch. I want to install (sudo python2.7 setup.py install) it so that when I run ipython notebook --profile=sympy from anywhere it will

Re: [sympy] how to get a particular git branch of sympy installed?

2012-08-05 Thread Aaron Meurer
You can also try setupegg.py develop, which will setup some symbolic links to make the globally installed sympy always point to the git version. Then, whatever branch you checkout with git will automatically become the globally installed version. Regarding your other way (and actually this way

Re: [sympy] how to get a particular git branch of sympy installed?

2012-08-05 Thread krastanov.ste...@gmail.com
I am unsure how setup.py works, however it may need to be updated with the knowledge about my new module (as it is still WIP I have not done that yet). I personally just add my git folder to the PATH, so I never install it. -- You received this message because you are subscribed to the Google