python - Why does installing IPython need sudo even when using --user? -
i'm trying install ipython so:
pip install --user --src ~/pipsrc ipython
and error:
oserror: [errno 13] permission denied: '/usr/local/lib/python2.7/dist-packages/'
why pip want install (some of?) ipython here?
update: after installation sudo
, there still nothing in "/usr/local/lib/python2.7/dist-packages/ipython" — maybe it's bug in ipython installer?
Comments
Post a Comment