[SciPy-User] Layering a virtualenv over EPD

Robert Kern robert.kern at gmail.com
Sat Mar 10 17:22:52 EST 2012


On Sat, Mar 10, 2012 at 22:09, Chris Withers <chris at simplistix.co.uk> wrote:
> Hi All,
>
> I hope this is the right list.
>
> So, here's the problem I'm facing: I use EPD as my base python, but I
> have a bunch of projects that all have additional dependencies.

Questions about EPD should go to epd-users at enthought.com

https://mail.enthought.com/mailman/listinfo/epd-users

However, your question is about virtualenv, not EPD.

> ...but now, how would I start ipython using that virutalenv?
>
> I tried just running "ipython", but of course, that doesn't include the
> virtualenv.

You need to install IPython in your virtualenv.

-- 
Robert Kern



More information about the SciPy-User mailing list