-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 from a previous workspace activated in a new workspace that I opened #23352
Comments
I can also repro this. I was expecting a global interpreter to be selected by default 🤔 |
I see the same thing. I use an individual It not immediately easy to detect the error as it seems a proper venv has been loaded. But it creates a lot of confusion as |
I suspect that that is how I was reproing this also. |
Any updates on this? |
This has also been a big issue for us as well. |
Hey folks, apologizes for the late response here. I still cannot repro this. Would love to have folks who can repro this consistently try opting out of the experiment and further narrow down the culprit together. I've created three different workspaces with each different Python virtual environment but have had no luck in repro :/ |
It still repros for me with this experiment disabled. |
In my case I can see VIRTUAL_ENV_PROMPT, and VIRTUAL_ENV till point to the other venv |
Can folks still repro this? |
Behaviour
The virtual environment of a previous workspace I'm using appears to have somehow been set as the defaultPythonInterpreter
Steps to reproduce:
Diagnostic data
Output for
Python
in theOutput
panel (View
→Output
, change the drop-down the upper-right of theOutput
panel toPython
)The text was updated successfully, but these errors were encountered: