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 Marco.Amadori
Recipients Marco.Amadori, asvetlov, carljm, eric.araujo, ned.deily, vinay.sajip
Date 2012-11-21.08:31:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CA+49OYLZSddf--Djdr+Fd0wjjBT4iyE=cgK_T5Aa7fSPr4O_2w@mail.gmail.com>
In-reply-to <1353453702.95.0.594710758786.issue16480@psf.upfronthosting.co.za>
Content
2012/11/21 Carl Meyer <report@bugs.python.org>

>
> Carl Meyer added the comment:
>
> Here is the bug filed against virtualenv that led to the addition of the
> local/ directory: https://github.com/pypa/virtualenv/issues/118
>
> As Vinay pointed out, the original fix was later modified to be friendlier
> to tools that dislike recursive symlinks.
>

I didn't used virtualenv but pyvenv-3.3, so if this is not a bug, my
question become:

how to proper install distribute and pip in python 3.3 venv since they
installs in <VENV>/local/bin and that <VENV>/bin/activate does not
include <VENV>/local/bin in $PATH ?
History
Date User Action Args
2012-11-21 08:31:45Marco.Amadorisetrecipients: + Marco.Amadori, vinay.sajip, ned.deily, carljm, eric.araujo, asvetlov
2012-11-21 08:31:45Marco.Amadorilinkissue16480 messages
2012-11-21 08:31:45Marco.Amadoricreate