Closed
Description
Activation of Conda Environments in PowerShell is current not not supported.
Options:
- Consider changing your terminal to
Command Prompt
. - Disable auto activation of environments in the terminal either as a User or Workspace setting in your
settings.json
file as follows:
"python.terminal.activateEnvironment": false
- If debugging you optionally debug without a terminal with the following change in your
launch.json
:
{
"type": "python",
"request": "launch",
"console": "none",
...
}
Metadata
Metadata
Assignees
Labels
No labels