New submission from Brett Cannon <br...@python.org>:

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).

----------
assignee: brett.cannon
components: Documentation
messages: 346549
nosy: brett.cannon
priority: low
severity: normal
stage: needs patch
status: open
title: Recommend .venv for virtual environment names
versions: Python 3.9

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37403>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to