I am using the VSC Editor, Python 3.9.4 and Windows 10. I have installed a virtual environment in my news folder by performing the following steps:
- navigated to the news folder.
- entered: $ python -m venv .venv
- entered: $ .venv\Scripts\activate.bat
- At bottom left of VSC Editor, clicked environment link and selected .venv\Scripts\python.exe It now displays: Python 3.9.4 64-bit ('.venv'; venv)
However, when I entered: pip list at the command prompt, I expected to see only 2 files listed, but I am seeing all the installed extensions here. What am I doing wrong?