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 ncoghlan
Recipients christian.heimes, dstufft, jcea, larry, loewis, lukasz.langa, ncoghlan, python-dev, vstinner
Date 2013-11-25.08:41:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7f8qWD63jhLbM5XoXFnrNU4L5mZTys1Z=BHM5Vzw2nXTQ@mail.gmail.com>
In-reply-to <1385279331.22.0.506208600718.issue19734@psf.upfronthosting.co.za>
Content
Hmm, this may also indicate a bug in pip's "require virtualenv" handling.
Why isn't it detecting that sys.prefix and sys.base_prefix are different,
and hence it *is* running in a venv created virtual environment?
History
Date User Action Args
2013-11-25 08:41:15ncoghlansetrecipients: + ncoghlan, loewis, jcea, vstinner, larry, christian.heimes, lukasz.langa, python-dev, dstufft
2013-11-25 08:41:15ncoghlanlinkissue19734 messages
2013-11-25 08:41:15ncoghlancreate