[IPython-dev] installing IPython Notebook by buildout

Benedek Zoltan benzolius at yahoo.com
Sun Sep 22 12:32:39 EDT 2013


Hi,

I tried to install IPython Notebook by buildout and had the same issue like Hinnerk Haardt:

http://mail.scipy.org/pipermail/ipython-user/2012-December/011837.html


Fortunately I could solve it adding one single line:

os.environ['PYTHONPATH'] = ':'.join(sys.path)


into the buildout start script (bin/ipython), before the 'import IPython', according to the answer from:

http://stackoverflow.com/questions/16621896/ipython-notebook-in-zc-buildout-not-using-eggs-path


Thanks for the great work behind IPython Notebook.
Zoltan Benedek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20130922/8ec56980/attachment.html>


More information about the IPython-dev mailing list