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

envVars: command not found #47848

Closed
DonJayamanne opened this issue Apr 13, 2018 · 3 comments
Closed

envVars: command not found #47848

DonJayamanne opened this issue Apr 13, 2018 · 3 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug debug Debug viewlet, configurations, breakpoints, adapter issues

Comments

@DonJayamanne
Copy link
Contributor

From @goonode on April 13, 2018 7:5

Environment data

  • VS Code version: code-insider-1.23.0-1523510016
  • Extension version (available under the Extensions sidebar): XXX
  • OS and version: Ubuntu 18.04
  • Python version (& distribution if applicable, e.g. Anaconda): 2.7
  • Type of virtual environment used (N/A | venv | virtualenv | conda | ...): virtualenv
  • Relevant/affected Python packages and their versions: N/A

When i press F5 for debugging debug starts but python exit with "envVars: command not found" error
and

Copied from original issue: microsoft/vscode-python#1391

@DonJayamanne
Copy link
Contributor Author

From @vsimon on April 13, 2018 19:16

Just ran into this as well. w/code-insider, ubuntu 16.04, python 3.5, virtualenv.

@DonJayamanne
Copy link
Contributor Author

From @vsimon on April 13, 2018 19:20

This commit and line change from vscode 2 days ago as of now, looks suspect b578dc2#diff-af270f3e366fdcd571c5700682acdb27R196

I tried downgrading back to VS Code 1.22.2 (latest release) and in there debugging python works.

Workaround: Use the latest release.

@vsimon
Copy link

vsimon commented Apr 13, 2018

At a cursory glance, looks like a "typo" kind of line change... @weinand would know for sure if that's the case.

@weinand weinand added debug Debug viewlet, configurations, breakpoints, adapter issues bug Issue identified by VS Code Team member as probable bug labels Apr 13, 2018
@vscodebot vscodebot bot locked and limited conversation to collaborators May 28, 2018
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 debug Debug viewlet, configurations, breakpoints, adapter issues
Projects
None yet
Development

No branches or pull requests

3 participants