Message186029
Could you please tell me, in which exact release or commit this is resolved?
I'm using Python 3.3.0 on Ubuntu Precise and I noticed like the others, that e.g. easy_install and pip are installed to venv/local/bin instead of venv/bin and the site-packages folder being used is venv/local/lib/python3.3/dist-packages instead of venv/lib/python3.3/site-packages.
Are both issues solved in experimental? So far I only saw a symlink-patch for virtualenv but that doesn't actually fix the problem of being double-local (venv and local-folder within venv), neither dist-packages:
https://github.com/pypa/virtualenv/commit/285679cfd326c918676e765e06ed142db66efde0 |
|
Date |
User |
Action |
Args |
2013-04-04 12:06:36 | marten | set | recipients:
+ marten, barry, doko, vinay.sajip, ned.deily, carljm, eric.araujo, asvetlov, Marco.Amadori |
2013-04-04 12:06:36 | marten | set | messageid: <1365077196.84.0.16384394331.issue16480@psf.upfronthosting.co.za> |
2013-04-04 12:06:36 | marten | link | issue16480 messages |
2013-04-04 12:06:36 | marten | create | |
|