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 eric.araujo
Recipients eric.araujo, loewis, pitrou, python-dev, vinay.sajip
Date 2012-07-08.18:40:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1341772853.22.0.731130240972.issue15283@psf.upfronthosting.co.za>
In-reply-to
Content
> Creating a venv is useless if you don't ever activate it, right.
This is a common misconception.  Shell activation is only about putting the venv’s bin directory on the beginning of the PATH.  It’s a purely optional convenience.  Using a virtualenv can be done fully with explicit paths like Martin mentioned.
History
Date User Action Args
2012-07-08 18:40:53eric.araujosetrecipients: + eric.araujo, loewis, vinay.sajip, pitrou, python-dev
2012-07-08 18:40:53eric.araujosetmessageid: <1341772853.22.0.731130240972.issue15283@psf.upfronthosting.co.za>
2012-07-08 18:40:51eric.araujolinkissue15283 messages
2012-07-08 18:40:51eric.araujocreate