This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dstufft
Recipients dstufft, larry, ncoghlan
Date 2013-10-27.14:51:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382885506.16.0.183269419116.issue19406@psf.upfronthosting.co.za>
In-reply-to
Content
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/
History
Date User Action Args
2013-10-27 14:51:46dstufftsetrecipients: + dstufft, ncoghlan, larry
2013-10-27 14:51:46dstufftsetmessageid: <1382885506.16.0.183269419116.issue19406@psf.upfronthosting.co.za>
2013-10-27 14:51:46dstufftlinkissue19406 messages
2013-10-27 14:51:46dstufftcreate