Quantcast
Channel: Active questions tagged python - Stack Overflow
Viewing all articles
Browse latest Browse all 14360

((env) ) on vscode when using virtual environment with python

$
0
0

After the last VSCode update Version: 1.88.0, I opened one of my Python projects and noticed that there are double parentheses in my virtual environment ((env) ).

enter image description here

Previously, in the same and all other projects, I had only one pair of parentheses like (env). I have checked, but I didn't find any information about it. I have read that (venv1) (venv2) indicates a double virtual environment, but I don't know if this is the case.

I have tried deleting the env (I have the requirement.txt) or closing/reopening VSCode, but the problem persists. Any suggestions on how to fix it?

I have checked the files: .bashrc, .zshrc, .bash_profile, but everything seems fine. Also, by starting a new project from scratch, the problem persists.


Viewing all articles
Browse latest Browse all 14360

Trending Articles