Donald Stufft added the comment:

You cannot use --user in a virtual environment (well a venv, no idea about a 
pyvenv - but it should get a similar error message IMO if it doesn't).

If you use --root and --user together it will install to the --root location, 
using the user layout, so instead of installing to 
/home/dstufft/.local/lib/python3.4/site-packages/ it will install to 
/value/of/root/home/dstufft/.local/lib/python3.4/site-packages/

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19406>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to