On 26 May 2012 19:35, Aaron Meurer <[email protected]> wrote: > I am curious why (and how) you are using virtualenv for this. SymPy > Bot already creates a fresh clone in tmp somewhere, and the presence > of existing dependencies shouldn't make a big difference (it might > even help us find additional bugs). >
The presence of the dependencies is the problem: I do want to run the tests with additional packages (matplotlib in this case). However, I don't want to install them system-wide, so I was thinking about running this from a virtualenv. I have not tried, so I don't know if just running `python ./sympy-bot` inside the virtualenv will work. And probably I won't make the changes anytime soon. For the moment the abomination that I use to automate the bot runs on 2.5 and 3.2 without any other python packages installed. If I find the time to make it work nicely with other packages I will mention it here (at the end I may just install them system-wide). -- 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.
