How To Activate Conda Environment In VSCode? (2025)

Published: 02 March 2025
on channel: Expert Guide Zone!
11
0

How To Activate Conda Environment In VSCode? (20
24)
Step: Open VSCode and press Ctrl+** to open the
terminal.Step 2: Typeconda env list** and
press Enter** to see available environments
Step 3: Copy the name of the environment you want
to activate. Step : Run "conda activate your env
name** and press Enter** . Step 5: If VSCode
doesn't recognize Conda, run "conda init and
restart VSCode
Step 6: To make it default, set Conda as the
interpreter under Ctrl+Shift+P-Python: Select
Interpreter