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

Popular posts from this blog

php - Passing multiple values in a url using checkbox -

compilation - PHP install fails on Ubuntu 14 (make: *** [sapi/cli/php] Error 1) PHP 5.6.20 -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -