I am on macbook, and using visual studio code for python development. I have not had this issue with my older macs with pipenv. I have installed some AWS extensions that I need to work with my python venv(on Brew python). sample extension is boto3
However the .py file in my venv on visual studio code does not detect boto3 extension.
How do I get the extension detected within venv on visual studio code?
Thanks in advance.