I have a Python script open in VSC. I have a venv (Python 3.10.0) selected as the Kernel. In terminal I have the following line:
PS C:\Users\person123\Desktop\Project\venv>
I think my venv is not activated. Am I correct and how to activate it? The instruction tricks I've seen (for example this venv\Scripts\activate
) don't activate this venv. Thanks for your assistance.