Hello community,
I am trying to figure out which is the best way to use virtual environments…as there is mamba, conda, miniconda, anaconda and venv (…) I started to struggle a little…for writing code I am using Visual Studio Code. The code is more likely little scripts to make life easier (like small automation) but with different context
my „dream goal“ would be to have the following solution: for each script (or its project folder?), I want VS Code to recognize the script (or the folder of the script) as virtual environment and to switch it (automatically?) when opening the script. Which is the best way to go here? Can someone guide me? Your support would be really appreciated.
I am trying to figure out which is the best way to use virtual environments…as there is mamba, conda, miniconda, anaconda and venv (…) I started to struggle a little…for writing code I am using Visual Studio Code. The code is more likely little scripts to make life easier (like small automation) but with different context
