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 brett.cannon
Recipients brett.cannon
Date 2019-06-25.19:11:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561489912.98.0.436599112257.issue37403@roundup.psfhosted.org>
In-reply-to
Content
I've been asked enough times about what directory name to use for virtual environments I'm going to update https://docs.python.org/3/library/venv.html#module-venv to suggest `.venv` if you don't have a specific name (`.env` clashes with environment variable definition files which is a common issue I see users run into).
History
Date User Action Args
2019-06-25 19:11:53brett.cannonsetrecipients: + brett.cannon
2019-06-25 19:11:52brett.cannonsetmessageid: <1561489912.98.0.436599112257.issue37403@roundup.psfhosted.org>
2019-06-25 19:11:52brett.cannonlinkissue37403 messages
2019-06-25 19:11:52brett.cannoncreate