> > PS (OT): Is there a proper way to have several sympy branches installed > > in PYTHONPATH? > > Just do everything from within the sympy git directory. If you are going to > be working from the git repository, you really don't even need to bother > installing SymPy. If you want to work from another branch, then you can just > change it using "git checkout branchname". > That's what I do under windows. I start git, change to the branch of interest, then start my interpreter (interactive or command line) and issue "from sympy import *". If I want to switch brnaches I quit the interactive, do the git checkout, and restart the interpreter.
-- You received this message because you are subscribed to the Google Groups "sympy" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sympy?hl=en.
