Skip to content

Activating Conda Environments in Powershell is not supported #2898

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

Closed
DonJayamanne opened this issue Oct 16, 2018 · 0 comments
Closed

Activating Conda Environments in Powershell is not supported #2898

DonJayamanne opened this issue Oct 16, 2018 · 0 comments

Comments

@DonJayamanne
Copy link

DonJayamanne commented Oct 16, 2018

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",
    ...
}
@microsoft microsoft locked and limited conversation to collaborators Oct 16, 2018
@DonJayamanne DonJayamanne changed the title Activating Conda Environments in Powershell Activating Conda Environments in Powershell is not supported Oct 16, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants