So a question I can't find a clear answer to is if my python interpreter that I have selected (where it shows 3.12.5('.venv':venv) is set that way because I selected to create a virtual environment.
Do I still need to activate the virtual environment every time I use it or since it is already what appears to be preselected, would I not need to?
From what I can tell it still downloads to the global environment but I'm also relatively new to coding in general and setting up my IDE's so I was hoping to get a better understanding of this in particular. I recently realized I was installing all my packages globally and would like to avoid it in the future

