Message201462
| 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:46 | dstufft | set | recipients: + dstufft, ncoghlan, larry |
| 2013-10-27 14:51:46 | dstufft | set | messageid: <1382885506.16.0.183269419116.issue19406@psf.upfronthosting.co.za> |
| 2013-10-27 14:51:46 | dstufft | link | issue19406 messages |
| 2013-10-27 14:51:46 | dstufft | create | |