[IPython-dev] Trouble installing IPython3 into dist-packages
Dong Ta
dongta.hds at gmail.com
Sun Nov 9 22:45:42 EST 2014
I followed the installation instruction on
https://github.com/ipython/ipython, but used
pip3 install -e ".[notebook]"
(i.e. without --user).
However, it doesn't install IPython into the system dist-packages directory
(/usr/lib/python3.4/dist-packages). If I run IPython and try to locate the
module file, it points to my user's IPython directory
(/home/dongta/ipython/IPython).
Why is that and how can I install into the system dist-packages so that
other users can use it?
Thank you very much.
DT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ipython-dev/attachments/20141109/aab6da0d/attachment.html>
More information about the IPython-dev
mailing list