-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(cli): change virtualenv directory to .venv to comply with python recommendation #10995
Conversation
fa991a3
to
d5481e0
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AnderEnder changes look good! have you run the yarn integ-init
or npm run integ-init
script to verify that it still succeeds? (it does not get executed as part of the PR build)
@@ -45,9 +45,11 @@ $ # List the available template types & languages | |||
$ cdk init --list | |||
Available templates: | |||
* app: Template for a CDK Application | |||
└─ cdk init app --language=[java|typescript] | |||
└─ cdk init app --language=[csharp|fsharp|java|javascript|python|typescript] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for updating this!
Unfortunately, I was not able to run it even on master.
|
@AnderEnder - i had just the |
@shivlaks, unfortunately, the result is similar:
|
@AnderEnder thanks for giving it a shot, that is unfortunate. i'll try to pull this change down and see if I can run it. but as a side note, we probably need to give a little more love in this area so contributors can run them without so much friction... edit: Oct 26 - will create an issue re: running integ tests locally for the cli - which seems broken |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Replace virtualenv directory
.env
to.venv
for the python templatesCloses #9134
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license