-
Notifications
You must be signed in to change notification settings - Fork 4k
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
cdk is not recognized inside PyCharm virtual env terminal (Win 10)? #4956
Comments
Hi @scheung38, thanks for reporting this. We will update this issue when there is movement. |
I have a similar issue on OSX, outside of a Python virtual env the command |
Just to update on this, investigated a bit further and resolved by removing
Possibly a hang up from an earlier cdk install a while back. |
@davidfsmith thanks for reporting that workaround. does that apply to both Windows and OS X? Haven't had a chance to look at the Windows issue at all, but it might be helpful for other folks who run into the same issue nonetheless |
Sorry @shivlaks - I should've noted this only tested on OSX (all I have access to) but hopefully will help someone |
I'm attempting to reproduce this issue on my windows machine and am not able to. Is this still an issue @scheung38 I don't believe there is an actionable bug to take on here so dropping the |
This issue has not received a response in a while. If you want to keep this issue open, please leave a comment below and auto-close will be canceled. |
❓ General Issue
Powershell
(.env)> cdk --version
1.15.0 (build bdbe3aa)
(.env)> cdk ls
The term 'cdk' is not recognized
Pycharm terminal
(.env)> cdk --version
'cdk' is not recognized
the following is a fix but for TypeScript project, what is the change for a Python project?
#2657
The Question
Environment
Other information
The text was updated successfully, but these errors were encountered: