How to use multiple virtual environments in VS Code
K – this should be an easy question. I have set up a virtual environment for python in VSC. Great. Now I make a new file, put it in a different folder somewhere completely different and I want to set up a virtual environment for that. VSC says “Nope!” my choices when I try and set it up is to either use the current virtual environment – or Delete the existing venv directory and create a new one. No – neither of these options are what I want. I want to leave the old directory alone, and create a brand new one.