[IPython-User] virtualenv and sys.path order
Thomas Kluyver
takowl@gmail....
Fri Apr 13 11:30:05 CDT 2012
On 13 April 2012 17:04, Thomas Wiecki <thomas.wiecki@googlemail.com> wrote:
>> Have you installed IPython inside the virtualenv? If not, please do
>> and see if the problem continues.
>
> Yes, that fixes the problem, thanks!
OK, great.
For 0.13, we're going to have basic virtualenv support - so if a
virtualenv is active when you start IPython, it will put the
virtualenv library directories on sys.path. But this is deliberately
minimal: if you want to use any more advanced features of virtualenv
(such as ignoring system packages), you will need to install IPython
inside the virtualenv.
Thomas
More information about the IPython-User
mailing list