I have two installations of python (3.7 and 3.8) under two different usernames on my machine.
Python 3.7 is on my PATH and in folder C:\\users\username1\appdata\local\programs\python\python37-32\python.exe
I also have python 3.8 which came with miniconda and it is in a folder C:\Users\username2\miniconda3\python.exe
Miniconda is NOT my path (as recommended).
Both users have administrator privileges. What's the best way to switch between these two versions in VS Code?
PS: Should I consider adding miniconda (or just the destination to python3.8) to my PATH?