I have created a Virtual ENV for my Python
in my home folder.
I wanted to use this ENV everytime I work with Python
in VS-Code
. I followed approach mentioned in the link /a/68565431/1867328
So currently, I VS-Code
setting looks like below
However when I try to run my Python code from VS-Code, it does not appear to automatically adopt to that virtual ENV.
Could you please help with the right approach?