Python Virtual Environment not activating in IDEs with CodeWhisperer installed #78
Unanswered
jmfiola
asked this question in
Support ticket
Replies: 2 comments 4 replies
-
JetBrains support also thinks this is a CodeWhisperer issue:
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Also worth noting I have the powerlevel10k theme, which it sounds like there may be some weirdness going on there too: #76 |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Checks
cw doctor
in the affected command line session and it didn't resolve my issuecw restart
and it didn't resolve my issueExpected behaviour
With CodeWhisperer installed, when starting up a terminal VSCode or Pycharm, the Python virtual environment is activated.
Actual behaviour
With CodeWhisperer installed, when starting up a terminal VSCode or Pycharm, the Python virtual environment is not activated.
It still can be activated if you manually run
source .venv/bin/activate
, though.Steps to reproduce
source .venv/bin/activate
Environment
Beta Was this translation helpful? Give feedback.
All reactions