0

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?

6

1 Answer 1

1

My suggestion is to use conda to create enviornments for each project. Then you can use conda to switch between those enviornments.

Sign up to request clarification or add additional context in comments.

2 Comments

In that case, can I point to both versions within VS Code?
@sbhhdp I'm not familiar with VSCode. The editors I use allow me to specify which environment I'm using for each project. I don't know if VS Code has similar settings or not.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.