[SciPy-User] Layering a virtualenv over EPD
David Warde-Farley
wardefar at iro.umontreal.ca
Sat Mar 10 20:17:56 EST 2012
On 2012-03-10, at 5:45 PM, Robert Kern wrote:
>> Okay, but how do I do that without having to build the whole of ipython
>> myself?
>
> The best way to use IPython in your virtualenv is to install it in
> your virtualenv. It's easy.
To add to what Robert said, there's not a lot to "build" in IPython, if anything at all.
EPD provides all the compiled extensions that are dependencies/optional dependencies, like pyzmq. "easy_install ipython" or "python setup.py install" from a decompressed source package should take seconds.
More information about the SciPy-User
mailing list