Relative Content

Tag Archive for pythonvisual-studio-codepython-venv

Incorrect Terminal Prompt with Glitched venv Name on Mac with VSCode

Hello so I ended up glitching my terminal venv name somehow, here is how it looks right now
(venv) venv{myname}@{name} % while it should be (venv) {myname}@{name} %. This problem persists even when the virtual environment is not activated and only occurs in certain folders, while others display the prompt correctly.
Note: Im on Mac and im using Python + VSCode
Thanks