The easiest thing for you to do is add a file named "sympy.pth" into
your site-packages. It should have just one line: the full path to
your git checkout. For example, I have my checkout in
/Users/rkern/git/sympy/ (i.e. /Users/rkern/git/sympy/setup.py exists).
Thus, I would have just the line
/Users/rkern/git/sympy
in my .pth file.
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth."
-- Umberto Eco
Try it without the quotes. Entries are separated by newlines, not
arbitrary whitespace, so quotes are unnecessary. Examine your
sys.path.
Chris -- if you have time, could you please write a short howto to get
sympy up and running on windows? The above trick is I think very
useful. It would go to:
http://docs.sympy.org/sympy-patches-tutorial.html
Just add there a new section how to get it working on windows by
editing doc/src/sympy-patches-tutorial.txt. This file has to be
updated anyways, I am even thinking of creating some video tutorials
about git + sympy, as that might be the most effective.
Ondrej