[cli] Create Python virtual environment in .venv directory #9134
Labels
effort/small
Small work item – less than a day of effort
feature-request
A feature should be added or improved.
good first issue
Related to contributions. See CONTRIBUTING.md
in-progress
This issue is being actively worked on.
p2
package/tools
Related to AWS CDK Tools or CLI
cdk init --language python
creates virtual environment in.env
directory. The ask is to create the virtual environment in.venv
directory.Use Case
Python virtual environment documentation recommends using
.venv
directory, to prevent clashing with.env
environment variable definition files that some tooling supports..venv
is also the default in last PyCharm versions.Proposed Solution
Modify CDK CLI to create virtual environment in
.venv
directoryOther
This is a 🚀 Feature Request
The text was updated successfully, but these errors were encountered: