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

opening venv in windows bug #7012

Closed
YoniChechik opened this issue Aug 18, 2019 · 1 comment
Closed

opening venv in windows bug #7012

YoniChechik opened this issue Aug 18, 2019 · 1 comment
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@YoniChechik
Copy link

Environment data

  • VS Code version: 1.37.1
  • Extension version (available under the Extensions sidebar): 2019.8.30787
  • OS and version: windows 10
  • Python version (& distribution if applicable, e.g. Anaconda): python 3.7.1
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): venv
  • Relevant/affected Python packages and their versions: -
  • Jedi or Language Server? (i.e. what is "python.jediEnabled" set to; more info How to update the language server to the latest stable version #3977): -

Expected behavior

F5->Python file should run the script in default env on windows when new terminal is opened with ".../activate.ps1"

Actual behavior

it runs ".../activate.bat" which doesn't initialize the current env

Steps to reproduce:

F5->Python file on a new window of vscode

@YoniChechik YoniChechik added triage-needed Needs assignment to the proper sub-team bug Issue identified by VS Code Team member as probable bug labels Aug 18, 2019
@DonJayamanne
Copy link

Dup of #6928

@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Aug 18, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

2 participants