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 marten
Recipients Marco.Amadori, asvetlov, barry, carljm, doko, eric.araujo, marten, ned.deily, vinay.sajip
Date 2013-04-04.12:06:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365077196.84.0.16384394331.issue16480@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2013-04-04 12:06:36martensetrecipients: + marten, barry, doko, vinay.sajip, ned.deily, carljm, eric.araujo, asvetlov, Marco.Amadori
2013-04-04 12:06:36martensetmessageid: <1365077196.84.0.16384394331.issue16480@psf.upfronthosting.co.za>
2013-04-04 12:06:36martenlinkissue16480 messages
2013-04-04 12:06:36martencreate