Why are there 2 venvs in parenthesis?
I couldn't find anything on google about what having 2 venvs means.
CodePudding user response:
Try deactivating the current venv with
deactivate
You might have started a virtual environment in a virtual environment, therefore the venv shows twice in your console