forked from DonJayamanne/pythonVSCode
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed as not planned
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugtriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
Description
All virtual envs under pyenv have the wrong exes listed in the quickpick and python ext API.
The environments under envs are not the ones that should be used, they are internal.
E.g. helloworld virtual env should not be versions/3.9.9/envs/helloworld/bin/python,
instead it should be versions/helloworld/bin/python
Also in the terminal points to the one directly under versions and not in the envs directory
❯ pyenv shell helloworld
❯ python -c "import sys;print(sys.executable)"
/Users/donjayamanne/.pyenv/versions/helloworld/bin/python
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugtriage-neededNeeds assignment to the proper sub-teamNeeds assignment to the proper sub-team
