Skip to content
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

Virtual environment not activated when debugging in WSL #5723

Closed
DonJayamanne opened this issue May 22, 2019 · 1 comment
Closed

Virtual environment not activated when debugging in WSL #5723

DonJayamanne opened this issue May 22, 2019 · 1 comment
Assignees

Comments

@DonJayamanne
Copy link

Description

While using the Remote - WSL, the Python extension fails to activate the venv on new integrated terminals.
Python Extension does recognize the venv when debugging.

Steps to reproduce

  1. Open insiders from a WSL folder code-insiders .. The Remote - WSL is installed automatically.
  2. Install Python extension on in insiders WSL.
  3. Reload window
  4. Open terminal, create a venv python3.7 -m venv venv
  5. Select venv's python as the interpreter
  6. Select a python file
  7. Close/open an integrated terminal
  8. Venv is not automatically activated

Expected results:

The command . venv/bin/activate should be automatically issued in the integrated terminal.

Actual results

The venv is not automatically activated

Originally reported here microsoft/vscode-remote-release#368

@ghost ghost added the triage-needed Needs assignment to the proper sub-team label May 22, 2019
@DonJayamanne DonJayamanne self-assigned this May 22, 2019
@DonJayamanne DonJayamanne removed triage-needed Needs assignment to the proper sub-team labels May 22, 2019
@DonJayamanne
Copy link
Author

Closing as a duplicate of #5743

@ghost ghost removed the triage label May 23, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 31, 2019
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

1 participant