Skip to content

Activating Conda Environments in Powershell is not supported #2898

Closed
@DonJayamanne

Description

@DonJayamanne

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions