Dec. 27, 2009
12:09 a.m.
On Sun, Dec 27, 2009 at 6:19 AM, Gökhan Sever <gokhansever@gmail.com> wrote:
For the develop, it is one of easiest ways to catch up the bug-fixes even though I don't work on the source directly. So far besides a few glitches it was always working. I also install scipy, ipython, matplotlib, sympy and all other available packages using develop. Keep the checkouts in the directory on my desktop and if/when necessary do svn up or whichever command it corresponds to their respective vcs.
If you do that, you have to be ready to look into the corresponding issues it brings.
I wonder how other people keep up the changes easily without using develop option.
I just install things, and avoid relying on too many developed versions of packages. David